Skip to content

build(deps): bump node-gyp-build from 4.6.1 to 4.8.0 (#12) #27

build(deps): bump node-gyp-build from 4.6.1 to 4.8.0 (#12)

build(deps): bump node-gyp-build from 4.6.1 to 4.8.0 (#12) #27

Workflow file for this run

name: Semantic release
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GPR_TOKEN }}
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci --ignore-scripts
- run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GPR_TOKEN }}