File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1111 build : # make sure build/ci work properly
1212 runs-on : ubuntu-latest
1313 steps :
14+ - uses : actions/setup-node@v4
15+ with :
16+ node-version : 24.x
1417 - if : ${{ !(github.event_name == 'pull_request' && (github.event.pull_request.user.id == 49699333 || contains(github.event.pull_request.labels.*.name, 'dependencies'))) }}
1518 uses : actions/checkout@v5
1619 - if : github.event_name == 'pull_request' && (github.event.pull_request.user.id == 49699333 || contains(github.event.pull_request.labels.*.name, 'dependencies'))
6265 pull-requests : read
6366 steps :
6467 - uses : actions/checkout@v5
68+ - uses : actions/setup-node@v4
69+ with :
70+ node-version : 24.x
6571 - uses : actions/setup-go@v6
6672 with :
6773 go-version : oldstable
9197 pull-requests : read
9298 steps :
9399 - uses : actions/checkout@v5
100+ - uses : actions/setup-node@v4
101+ with :
102+ node-version : 24.x
94103 - uses : actions/setup-go@v6
95104 with :
96105 go-version : oldstable
@@ -118,6 +127,9 @@ jobs:
118127 contents : read
119128 steps :
120129 - uses : actions/checkout@v5
130+ - uses : actions/setup-node@v4
131+ with :
132+ node-version : 24.x
121133 - uses : actions/setup-go@v6
122134 with :
123135 go-version : oldstable
You can’t perform that action at this time.
0 commit comments