File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
path : ./llvm
30
30
key : ${{ hashFiles('download_llvm.sh') }}
31
- - uses : actions/setup-node@v3
31
+ - uses : actions/setup-node@v5
32
32
with :
33
33
node-version : 20
34
34
registry-url : " https://registry.npmjs.org"
91
91
with :
92
92
path : ./llvm
93
93
key : ${{ hashFiles('download_llvm.sh') }}
94
- - uses : actions/setup-node@v3
94
+ - uses : actions/setup-node@v5
95
95
with :
96
96
node-version : 20
97
97
- name : Install Python
@@ -152,7 +152,7 @@ jobs:
152
152
NPM_VERSION : ${{needs.build.outputs.npm_version}}
153
153
NPM_TAG : ${{needs.build.outputs.npm_tag}}
154
154
steps :
155
- - uses : actions/setup-node@v3
155
+ - uses : actions/setup-node@v5
156
156
with :
157
157
node-version : 20
158
158
registry-url : " https://registry.npmjs.org"
@@ -181,7 +181,7 @@ jobs:
181
181
- uses : actions/checkout@v3
182
182
with :
183
183
fetch-depth : 0
184
- - uses : actions/setup-node@v3
184
+ - uses : actions/setup-node@v5
185
185
with :
186
186
node-version : 20
187
187
- name : Setup
Original file line number Diff line number Diff line change 21
21
with :
22
22
path : ./llvm
23
23
key : ${{ hashFiles('download_llvm.sh') }}
24
- - uses : actions/setup-node@v3
24
+ - uses : actions/setup-node@v5
25
25
with :
26
26
node-version : 20
27
27
- name : Install Python
75
75
with :
76
76
path : ./llvm
77
77
key : ${{ hashFiles('download_llvm.sh') }}
78
- - uses : actions/setup-node@v3
78
+ - uses : actions/setup-node@v5
79
79
with :
80
80
node-version : 20
81
81
- name : Install Python
You can’t perform that action at this time.
0 commit comments