File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 3636 strategy :
3737 matrix :
3838 os : [ubuntu-latest]
39- node : [18.x ]
39+ node : [20 ]
4040
4141 runs-on : ${{ matrix.os }}
4242
7171 strategy :
7272 matrix :
7373 os : [ubuntu-latest]
74- node : [18.x ]
74+ node : [20 ]
7575
7676 runs-on : ${{ matrix.os }}
7777
@@ -111,7 +111,7 @@ jobs:
111111 strategy :
112112 matrix :
113113 os : [ubuntu-latest]
114- node : [18.x ]
114+ node : [20 ]
115115
116116 runs-on : ${{ matrix.os }}
117117
@@ -182,7 +182,7 @@ jobs:
182182 strategy :
183183 matrix :
184184 os : [ubuntu-latest]
185- node : [18 ]
185+ node : [20 ]
186186 steps :
187187 - name : Checkout codes
188188 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 3131 - name : Setup Node
3232 uses : actions/setup-node@v4
3333 with :
34- node-version : 18
34+ node-version : 20
3535
3636 - name : Enable corepack
3737 run : corepack enable
Original file line number Diff line number Diff line change 2626 "access" : " public"
2727 },
2828 "engines" : {
29- "node" : " >= 18 "
29+ "node" : " >= 20 "
3030 },
3131 "type" : " module" ,
3232 "sideEffects" : false ,
125125 "unbuild" : " ^2.0.0" ,
126126 "vitest" : " ^1.3.0" ,
127127 "vitest-environment-miniflare" : " ^2.14.1"
128- }
128+ },
129+ "packageManager" : " pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
129130}
You can’t perform that action at this time.
0 commit comments