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 11
11
build : # make sure build/ci work properly
12
12
runs-on : ubuntu-latest
13
13
steps :
14
+ - uses : actions/setup-node@v4
15
+ with :
16
+ node-version : 24.x
14
17
- if : ${{ !(github.event_name == 'pull_request' && (github.event.pull_request.user.id == 49699333 || contains(github.event.pull_request.labels.*.name, 'dependencies'))) }}
15
18
uses : actions/checkout@v5
16
19
- if : github.event_name == 'pull_request' && (github.event.pull_request.user.id == 49699333 || contains(github.event.pull_request.labels.*.name, 'dependencies'))
62
65
pull-requests : read
63
66
steps :
64
67
- uses : actions/checkout@v5
68
+ - uses : actions/setup-node@v4
69
+ with :
70
+ node-version : 24.x
65
71
- uses : actions/setup-go@v6
66
72
with :
67
73
go-version : oldstable
91
97
pull-requests : read
92
98
steps :
93
99
- uses : actions/checkout@v5
100
+ - uses : actions/setup-node@v4
101
+ with :
102
+ node-version : 24.x
94
103
- uses : actions/setup-go@v6
95
104
with :
96
105
go-version : oldstable
@@ -118,6 +127,9 @@ jobs:
118
127
contents : read
119
128
steps :
120
129
- uses : actions/checkout@v5
130
+ - uses : actions/setup-node@v4
131
+ with :
132
+ node-version : 24.x
121
133
- uses : actions/setup-go@v6
122
134
with :
123
135
go-version : oldstable
You can’t perform that action at this time.
0 commit comments