Skip to content

Commit

Permalink
ci: update ci and prebuildify versions (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
csett86 authored Mar 6, 2024
1 parent d8d0e01 commit 6959e17
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
architecture: ${{ matrix.arch }}
- run: npm ci
- run: npm run lint
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
registry-url: 'https://registry.npmjs.org'
- run: npm publish --access public
env:
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"validate": "npm ls",
"install": "node install.js",
"node-gyp-build": "node-gyp-build",
"prebuild-win32-x86": "prebuildify -t 16.0.0 --napi --strip",
"prebuild-win32-x64": "prebuildify -t 16.0.0 --napi --strip"
"prebuild-win32-x86": "prebuildify -t 20.0.0 --strip",
"prebuild-win32-x64": "prebuildify -t 20.0.0 --strip"
},
"pre-commit": [
"lint"
Expand Down Expand Up @@ -38,15 +38,15 @@
"@jitsi/robotjs": "^0.6.13",
"electron-store": "^8.0.1",
"node-addon-api": "^7.0.0",
"node-gyp-build": "4.3.0",
"node-gyp-build": "4.8.0",
"postis": "^2.2.0"
},
"devDependencies": {
"eslint": ">=3",
"eslint-plugin-jsdoc": "*",
"husky": "^9.0.10",
"mocha": "^10.0.0",
"prebuildify": "^5.0.0",
"prebuildify": "^6.0.0",
"precommit-hook": "3.0.0"
}
}

0 comments on commit 6959e17

Please sign in to comment.