File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 - name : Setup Node.js
3737 uses : actions/setup-node@v4
3838 with :
39- node-version : 20.x
39+ node-version : 24.11.1
4040 cache : ' pnpm'
4141
4242 - name : Install dependencies
@@ -128,7 +128,7 @@ jobs:
128128 - name : Setup Node.js
129129 uses : actions/setup-node@v4
130130 with :
131- node-version : 20.x
131+ node-version : 24.11.1
132132 cache : ' pnpm'
133133
134134 - name : Install dependencies
@@ -168,7 +168,7 @@ jobs:
168168 - name : Setup Node.js
169169 uses : actions/setup-node@v4
170170 with :
171- node-version : 20.x
171+ node-version : 24.11.1
172172 cache : ' pnpm'
173173
174174 - name : Install dependencies
Original file line number Diff line number Diff line change 2727 - name : Setup Node.js
2828 uses : actions/setup-node@v4
2929 with :
30- node-version : 20.x
30+ node-version : 24.11.1
3131 cache : ' pnpm'
3232
3333 - name : Install dependencies
Original file line number Diff line number Diff line change 3131 "version" : " 0.1.0" ,
3232 "type" : " module" ,
3333 "engines" : {
34- "node" : " >=18.0.0 " ,
34+ "node" : " >=24.11.1 " ,
3535 "pnpm" : " >=8.0.0"
3636 },
3737 "scripts" : {
You can’t perform that action at this time.
0 commit comments