File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
66env :
77 NODE_BUILD_CMD : npx --no-install prebuild -r node -t 20.0.0 -t 22.0.0 -t 24.0.0 --include-regex 'better_sqlite3.node$'
8- ELECTRON_BUILD_CMD : npx --no-install prebuild -r electron -t 29.0.0 -t 30.0.0 -t 31.0.0 -t 32.0.0 -t 33.0.0 -t 34.0.0 -t 35.0.0 -t 36.0.0 -t 37.0.0 --include-regex 'better_sqlite3.node$'
8+ ELECTRON_BUILD_CMD : npx --no-install prebuild -r electron -t 29.0.0 -t 30.0.0 -t 31.0.0 -t 32.0.0 -t 33.0.0 -t 34.0.0 -t 35.0.0 -t 36.0.0 -t 37.0.0 -t 38.0.0 - -include-regex 'better_sqlite3.node$'
99
1010jobs :
1111 prebuild :
Original file line number Diff line number Diff line change 77
88env :
99 NODE_BUILD_CMD : npx --no-install prebuild -r node -t 20.0.0 -t 22.0.0 -t 24.0.0 --include-regex 'better_sqlite3.node$' -u ${{ secrets.GITHUB_TOKEN }}
10- ELECTRON_BUILD_CMD : npx --no-install prebuild -r electron -t 29.0.0 -t 30.0.0 -t 31.0.0 -t 32.0.0 -t 33.0.0 -t 34.0.0 -t 35.0.0 -t 36.0.0 -t 37.0.0 --include-regex 'better_sqlite3.node$' -u ${{ secrets.GITHUB_TOKEN }}
10+ ELECTRON_BUILD_CMD : npx --no-install prebuild -r electron -t 29.0.0 -t 30.0.0 -t 31.0.0 -t 32.0.0 -t 33.0.0 -t 34.0.0 -t 35.0.0 -t 36.0.0 -t 37.0.0 -t 38.0.0 - -include-regex 'better_sqlite3.node$' -u ${{ secrets.GITHUB_TOKEN }}
1111
1212jobs :
1313 prebuild :
Original file line number Diff line number Diff line change 2626 },
2727 "overrides" : {
2828 "prebuild" : {
29- "node-abi" : " 4.9.0 "
29+ "node-abi" : " 4.13.1 "
3030 }
3131 },
3232 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments