File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- node-version : [22 ]
14+ node-version : [24 ]
1515 steps :
1616 - name : Check out repository code
1717 uses : actions/checkout@v5
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 strategy :
2424 matrix :
25- node-version : [22 ]
25+ node-version : [24 ]
2626 permissions :
2727 packages : write
2828 contents : read
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 strategy :
2020 matrix :
21- node-version : [22 ]
21+ node-version : [24 ]
2222 steps :
2323 - uses : actions/checkout@v5
2424 - uses : pnpm/action-setup@v2
3434 add : ' ./static'
3535 default_author : github_actor
3636 message : ' (chore): update contributors'
37- push : true
37+ push : true
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- node-version : [22 ]
14+ node-version : [24 ]
1515 steps :
1616 - name : Obtain token
1717 id : obtainToken
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 strategy :
1616 matrix :
17- node-version : [22 ]
17+ node-version : [24 ]
1818 steps :
1919 - uses : actions/checkout@v5
2020 name : " Checkout app source repository"
You can’t perform that action at this time.
0 commit comments