File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3838 version : 10.17.0
3939 - uses : actions/setup-node@v4
4040 with :
41- node-version : ' 22 '
41+ node-version : ' 24 '
4242
4343 - name : Install dependencies
4444 run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 1616 - uses : pnpm/action-setup@v4
1717 with :
1818 version : 10.17.0
19+ - uses : actions/setup-node@v4
20+ with :
21+ node-version : ' 24'
1922
2023 - name : Install node packages
2124 run : pnpm i
Original file line number Diff line number Diff line change 1- 22
1+ 24
Original file line number Diff line number Diff line change 33 "license" : " AGPL-3.0-only" ,
44 "version" : " 0.12.1" ,
55 "engines" : {
6- "node" : " >=22 .0.0"
6+ "node" : " >=24 .0.0"
77 },
88 "scripts" : {
99 "preinstall" : " npx only-allow pnpm" ,
You can’t perform that action at this time.
0 commit comments