File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313 strategy :
1414 matrix :
15- node-version : [22 .x]
15+ node-version : [24 .x]
1616
1717 steps :
1818 - uses : actions/checkout@v4
3434
3535 strategy :
3636 matrix :
37- node-version : [22 .x]
37+ node-version : [24 .x]
3838
3939 steps :
4040 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2424 uses : withastro/action@v3
2525 with :
2626 path : docs
27- node-version : 22
27+ node-version : 24
2828 package-manager : pnpm@9
2929
3030 deploy :
Original file line number Diff line number Diff line change 1010
1111 strategy :
1212 matrix :
13- node-version : [22 .x]
13+ node-version : [24 .x]
1414
1515 steps :
1616 - uses : actions/checkout@v4
3434 - name : Use Node.js
3535 uses : actions/setup-node@v4
3636 with :
37- node-version : ' 22 .x'
37+ node-version : ' 24 .x'
3838
3939 - run : npm i -g --force corepack && corepack enable && pnpm i --frozen-lockfile
4040 - run : node --run build
5555 - name : Use Node.js
5656 uses : actions/setup-node@v4
5757 with :
58- node-version : ' 22 .x'
58+ node-version : ' 24 .x'
5959
6060 - run : npm i -g --force corepack && corepack enable && pnpm i --frozen-lockfile
6161 - run : node --run build
Original file line number Diff line number Diff line change 11[tools ]
22pkl = " 0.29.1"
3- node = ' 22 '
3+ node = ' 24 '
44hk = " 1.18.1"
55
66[env ]
You can’t perform that action at this time.
0 commit comments