File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 - name : Install Node.js
4040 uses : actions/setup-node@v4
4141 with :
42- node-version : 20
42+ node-version : 24
4343 cache : " pnpm"
4444
4545 - name : Setup Git
Original file line number Diff line number Diff line change 2424 - name : Setup Node.js
2525 uses : actions/setup-node@v4
2626 with :
27- node-version : 20
27+ node-version : 24
2828 registry-url : " https://registry.npmjs.org"
2929 cache : " pnpm"
3030 - name : Setup Git
Original file line number Diff line number Diff line change 2929 - name : Install Node.js
3030 uses : actions/setup-node@v4
3131 with :
32- node-version : 20
32+ node-version : 24
3333 registry-url : " https://registry.npmjs.org"
3434 cache : " pnpm"
3535 - name : Setup Git
Original file line number Diff line number Diff line change 2020 - name : Install Node.js
2121 uses : actions/setup-node@v4
2222 with :
23- node-version : 20
23+ node-version : 24
2424 cache : " pnpm"
2525 - name : Run unit tests
2626 run : pnpm test
Original file line number Diff line number Diff line change 2222 - name : Install Node.js
2323 uses : actions/setup-node@v4
2424 with :
25- node-version : 20
25+ node-version : 24
2626 cache : " pnpm"
2727 - name : Setup Git
2828 run : |
You can’t perform that action at this time.
0 commit comments