File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 lint :
99 runs-on : buildjet-4vcpu-ubuntu-2204
1010 container :
11- image : node:22
11+ image : node:24
1212 credentials :
1313 username : ${{ vars.DOCKER_HUB_USERNAME }}
1414 password : ${{ secrets.DOCKER_HUB_API_KEY }}
2020 - name : Setup Node
2121 uses : actions/setup-node@v6
2222 with :
23- node-version : 20
23+ node-version : 24
2424 cache : " pnpm"
2525 - name : Install packages
2626 run : pnpm install
Original file line number Diff line number Diff line change 88 pin-dependencies-check :
99 runs-on : buildjet-4vcpu-ubuntu-2204
1010 container :
11- image : node:22
11+ image : node:24
1212 credentials :
1313 username : ${{ vars.DOCKER_HUB_USERNAME }}
1414 password : ${{ secrets.DOCKER_HUB_API_KEY }}
Original file line number Diff line number Diff line change 66 pr-title-check :
77 runs-on : buildjet-4vcpu-ubuntu-2204
88 container :
9- image : node:22
9+ image : node:24
1010 credentials :
1111 username : ${{ vars.DOCKER_HUB_USERNAME }}
1212 password : ${{ secrets.DOCKER_HUB_API_KEY }}
You can’t perform that action at this time.
0 commit comments