File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
env :
9
9
NODE_BUILD_CMD : npx --no-install prebuild -r node -t 18.0.0 -t 20.0.0 -t 22.0.0 --include-regex 'better_sqlite3.node$' -u ${{ secrets.GITHUB_TOKEN }}
10
- ELECTRON_BUILD_CMD : npx --no-install prebuild -r electron -t 26.0.0 -t 27.0.0 -t 28.0.0 -t 29.0.0 -t 30.0.0 -t 31.0.0 -t 32.0.0 -t 33.0.0 --include-regex 'better_sqlite3.node$' -u ${{ secrets.GITHUB_TOKEN }}
10
+ ELECTRON_BUILD_CMD : npx --no-install prebuild -r electron -t 26.0.0 -t 27.0.0 -t 28.0.0 -t 29.0.0 -t 30.0.0 -t 31.0.0 -t 32.0.0 -t 33.0.0 -t 34.0.0 - -include-regex 'better_sqlite3.node$' -u ${{ secrets.GITHUB_TOKEN }}
11
11
12
12
jobs :
13
13
prebuild :
Original file line number Diff line number Diff line change 28
28
"fs-extra" : " ^11.1.1" ,
29
29
"mocha" : " ^10.2.0" ,
30
30
"nodemark" : " ^0.3.0" ,
31
- "prebuild" : " ^13.0.0 " ,
31
+ "prebuild" : " ^13.0.1 " ,
32
32
"sqlite" : " ^5.0.1" ,
33
33
"sqlite3" : " ^5.1.6"
34
34
},
You can’t perform that action at this time.
0 commit comments