File tree Expand file tree Collapse file tree 3 files changed +20
-20
lines changed
Expand file tree Collapse file tree 3 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 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
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 :
Original file line number Diff line number Diff line change 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"
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}
You can’t perform that action at this time.
0 commit comments