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 - uses : actions/checkout@v5
1313 - uses : actions/setup-node@v6
1414 with :
15- node-version : ' 20 '
15+ node-version : ' 22 '
1616 - uses : pnpm/action-setup@v4
1717 with :
1818 version : latest
Original file line number Diff line number Diff line change 3030 - name : Setup Node.js
3131 uses : actions/setup-node@v6
3232 with :
33- node-version : ' 20 '
33+ node-version : ' 22 '
3434 - name : Install pnpm
3535 uses : pnpm/action-setup@v4
3636 with :
Original file line number Diff line number Diff line change 3333 - name : Setup Node.js
3434 uses : actions/setup-node@v6
3535 with :
36- node-version : ' 20 '
36+ node-version : ' 22 '
3737 registry-url : ' https://registry.npmjs.org'
3838 - name : Update npm
3939 run : npm install -g npm@latest
Original file line number Diff line number Diff line change 1- 20
1+ 22
Original file line number Diff line number Diff line change 11{
22 "engines" : {
3- "node" : " >=20 .0.0" ,
3+ "node" : " >=22 .0.0" ,
44 "pnpm" : " >=10.0.0"
55 },
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments