File tree 3 files changed +15
-8
lines changed
3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,20 @@ jobs:
48
48
node :
49
49
- 18
50
50
- 20
51
- - 21
52
51
- 22
52
+ - 23
53
53
platform :
54
54
- ubuntu-latest
55
55
- macos-latest
56
56
- windows-latest
57
57
58
+ # Temporarily skipping Node.js 23 under Windows due to issue
59
+ # https://github.com/nodejs/corepack/issues/597
60
+ # ci vitest fails "handle integrity checks" on Windows Node.js 23
61
+ exclude :
62
+ - node : 23
63
+ platform : windows-latest
64
+
58
65
name : " ${{matrix.platform}} w/ Node.js ${{matrix.node}}.x"
59
66
runs-on : ${{matrix.platform}}
60
67
Original file line number Diff line number Diff line change 10
10
"url" : " https://github.com/nodejs/corepack.git"
11
11
},
12
12
"engines" : {
13
- "node" : " ^18.17.1 || >= 20.10.0"
13
+ "node" : " ^18.17.1 || ^ 20.10.0 || >=22.11 .0"
14
14
},
15
15
"exports" : {
16
16
"./package.json" : " ./package.json"
26
26
"@yarnpkg/eslint-config" : " ^2.0.0" ,
27
27
"@yarnpkg/fslib" : " ^3.0.0-rc.48" ,
28
28
"@zkochan/cmd-shim" : " ^6.0.0" ,
29
- "better-sqlite3" : " ^10.0.0 " ,
29
+ "better-sqlite3" : " ^11.7.2 " ,
30
30
"clipanion" : " patch:clipanion@npm%3A3.2.1#~/.yarn/patches/clipanion-npm-3.2.1-fc9187f56c.patch" ,
31
31
"debug" : " ^4.1.1" ,
32
32
"esbuild" : " ^0.21.0" ,
Original file line number Diff line number Diff line change @@ -991,14 +991,14 @@ __metadata:
991
991
languageName : node
992
992
linkType : hard
993
993
994
- " better-sqlite3@npm:^10.0.0 " :
995
- version : 10.1.0
996
- resolution : " better-sqlite3@npm:10.1.0 "
994
+ " better-sqlite3@npm:^11.7.2 " :
995
+ version : 11.7.2
996
+ resolution : " better-sqlite3@npm:11.7.2 "
997
997
dependencies :
998
998
bindings : " npm:^1.5.0"
999
999
node-gyp : " npm:latest"
1000
1000
prebuild-install : " npm:^7.1.1"
1001
- checksum : 10c0/3c858214b8b6f0c3f536759a863dfc79b11c52cecd6061525fb7707d950ea2ef369280276d8cc62d504119514b7d32ea4aab134d260f6b5a0419a8119d613a67
1001
+ checksum : 10c0/bcc7606dc597738679c073bd7333d44f5abca02b6f87ab1aaf99cf5c3f9d0f29dff39f3cc59de97ff9683fcaeadc8229441396f9d6cca68aa3619672270083c8
1002
1002
languageName : node
1003
1003
linkType : hard
1004
1004
@@ -1229,7 +1229,7 @@ __metadata:
1229
1229
" @yarnpkg/eslint-config " : " npm:^2.0.0"
1230
1230
" @yarnpkg/fslib " : " npm:^3.0.0-rc.48"
1231
1231
" @zkochan/cmd-shim " : " npm:^6.0.0"
1232
- better-sqlite3 : " npm:^10.0.0 "
1232
+ better-sqlite3 : " npm:^11.7.2 "
1233
1233
clipanion : " patch:clipanion@npm%3A3.2.1#~/.yarn/patches/clipanion-npm-3.2.1-fc9187f56c.patch"
1234
1234
debug : " npm:^4.1.1"
1235
1235
esbuild : " npm:^0.21.0"
You can’t perform that action at this time.
0 commit comments