File tree Expand file tree Collapse file tree 6 files changed +31
-15
lines changed
update-repo-task-statuses Expand file tree Collapse file tree 6 files changed +31
-15
lines changed Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v6
1515 - uses : actions/setup-node@v6
1616 with :
17- node-version : ' 20.x '
18- cache : ' npm'
17+ node-version : " 24.x "
18+ cache : " npm"
1919 - name : Install dependencies
2020 run : npm ci
2121 - name : Run Lint
2828 - uses : actions/checkout@v6
2929 - uses : actions/setup-node@v6
3030 with :
31- node-version : ' 20.x '
32- cache : ' npm'
31+ node-version : " 24.x "
32+ cache : " npm"
3333 - name : Install dependencies
3434 run : npm ci
3535 - name : Check generated JavaScript
4242 - uses : actions/checkout@v6
4343 - uses : actions/setup-node@v6
4444 with :
45- node-version : ' 20.x '
46- cache : ' npm'
45+ node-version : " 24.x "
46+ cache : " npm"
4747 - name : Install dependencies
4848 run : npm ci
4949 - name : Check generated JSON schemas
5656 - uses : actions/checkout@v6
5757 - uses : actions/setup-node@v6
5858 with :
59- node-version : ' 20.x '
60- cache : ' npm'
59+ node-version : " 24.x "
60+ cache : " npm"
6161 - name : Install dependencies
6262 run : npm ci
6363 - name : Find deadcode
7575
7676 - uses : actions/setup-node@v6
7777 with :
78- node-version : ' 20.x '
79- cache : ' npm'
78+ node-version : " 24.x "
79+ cache : " npm"
8080 - name : Install dependencies
8181 run : npm ci
8282
Original file line number Diff line number Diff line change 1414 },
1515 "license" : " MIT" ,
1616 "engines" : {
17- "node" : " ^20 .0.0"
17+ "node" : " ^24 .0.0"
1818 },
1919 "dependencies" : {
2020 "@actions/core" : " ^3.0.0" ,
Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ inputs:
3131 required : true
3232
3333runs :
34- using : " node20 "
34+ using : " node24 "
3535 main : " ../dist/query.js"
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ inputs:
2323 required : true
2424
2525runs :
26- using : " node20 "
26+ using : " node24 "
2727 main : " ../dist/update-repo-task-status.js"
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ inputs:
2323 required : true
2424
2525runs :
26- using : " node20 "
26+ using : " node24 "
2727 main : " ../dist/update-repo-task-statuses.js"
You can’t perform that action at this time.
0 commit comments