Skip to content

Commit 6959e17

Browse files
authored
ci: update ci and prebuildify versions (#381)
1 parent d8d0e01 commit 6959e17

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- uses: actions/setup-node@v4
2828
with:
29-
node-version: '16'
29+
node-version: '20'
3030
architecture: ${{ matrix.arch }}
3131
- run: npm ci
3232
- run: npm run lint
@@ -60,7 +60,7 @@ jobs:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
- uses: actions/setup-node@v4
6262
with:
63-
node-version: '16'
63+
node-version: '20'
6464
registry-url: 'https://registry.npmjs.org'
6565
- run: npm publish --access public
6666
env:

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"validate": "npm ls",
1010
"install": "node install.js",
1111
"node-gyp-build": "node-gyp-build",
12-
"prebuild-win32-x86": "prebuildify -t 16.0.0 --napi --strip",
13-
"prebuild-win32-x64": "prebuildify -t 16.0.0 --napi --strip"
12+
"prebuild-win32-x86": "prebuildify -t 20.0.0 --strip",
13+
"prebuild-win32-x64": "prebuildify -t 20.0.0 --strip"
1414
},
1515
"pre-commit": [
1616
"lint"
@@ -38,15 +38,15 @@
3838
"@jitsi/robotjs": "^0.6.13",
3939
"electron-store": "^8.0.1",
4040
"node-addon-api": "^7.0.0",
41-
"node-gyp-build": "4.3.0",
41+
"node-gyp-build": "4.8.0",
4242
"postis": "^2.2.0"
4343
},
4444
"devDependencies": {
4545
"eslint": ">=3",
4646
"eslint-plugin-jsdoc": "*",
4747
"husky": "^9.0.10",
4848
"mocha": "^10.0.0",
49-
"prebuildify": "^5.0.0",
49+
"prebuildify": "^6.0.0",
5050
"precommit-hook": "3.0.0"
5151
}
5252
}

0 commit comments

Comments
 (0)