File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2828 - name : Setup Node
2929 uses : actions/setup-node@v6
3030 with :
31- node-version : 22
31+ node-version : 24
3232 cache : ' pnpm'
3333
3434 - name : Install dependencies
5252 - name : Setup Node
5353 uses : actions/setup-node@v6
5454 with :
55- node-version : 22
55+ node-version : 24
5656 cache : ' pnpm'
5757
5858 - name : Install dependencies
7676 - name : Setup Node
7777 uses : actions/setup-node@v6
7878 with :
79- node-version : 22
79+ node-version : 24
8080 cache : ' pnpm'
8181
8282 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 with :
2626 run_install : false
2727
28- - name : Use Node.js 22
28+ - name : Use Node.js 24
2929 uses : actions/setup-node@v6
3030 with :
31- node-version : 22
31+ node-version : 24
3232 cache : ' pnpm'
3333
3434 - name : Install dependencies
Original file line number Diff line number Diff line change 3838 - name : Setup Node
3939 uses : actions/setup-node@v6
4040 with :
41- node-version : 22
41+ node-version : 24
4242 cache : ' pnpm'
4343 registry-url : ' https://registry.npmjs.org'
4444
Original file line number Diff line number Diff line change 33 "version" : " 1.1.0" ,
44 "description" : " CLI for automating the setup and usage of Moddable XS tools" ,
55 "types" : " build/types/types.d.ts" ,
6- "packageManager" : " pnpm@10.17.1 " ,
6+ "packageManager" : " pnpm@10.29.2 " ,
77 "engines" : {
88 "node" : " >=20"
99 },
You can’t perform that action at this time.
0 commit comments