File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 73
73
uses : actions/checkout@v5
74
74
75
75
- name : Setup Node.js
76
- uses : actions/setup-node@v4
76
+ uses : actions/setup-node@v5
77
77
with :
78
78
node-version-file : package.json
79
79
@@ -101,7 +101,7 @@ jobs:
101
101
uses : actions/checkout@v5
102
102
103
103
- name : Setup Node.js
104
- uses : actions/setup-node@v4
104
+ uses : actions/setup-node@v5
105
105
with :
106
106
node-version-file : package.json
107
107
Original file line number Diff line number Diff line change 68
68
uses : actions/checkout@v5
69
69
70
70
- name : Setup Node.js
71
- uses : actions/setup-node@v4
71
+ uses : actions/setup-node@v5
72
72
with :
73
73
node-version-file : package.json
74
74
@@ -104,7 +104,7 @@ jobs:
104
104
uses : actions/checkout@v5
105
105
106
106
- name : Setup Node.js
107
- uses : actions/setup-node@v4
107
+ uses : actions/setup-node@v5
108
108
with :
109
109
node-version-file : package.json
110
110
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ jobs:
257
257
uses : actions/checkout@v5
258
258
259
259
- name : Setup Node.js
260
- uses : actions/setup-node@v4
260
+ uses : actions/setup-node@v5
261
261
with :
262
262
node-version-file : package.json
263
263
Original file line number Diff line number Diff line change 72
72
uses : actions/checkout@v5
73
73
74
74
- name : Setup Node.js
75
- uses : actions/setup-node@v4
75
+ uses : actions/setup-node@v5
76
76
with :
77
77
node-version-file : package.json
78
78
Original file line number Diff line number Diff line change 34
34
uses : actions/checkout@v5
35
35
36
36
- name : Setup Node.js
37
- uses : actions/setup-node@v4
37
+ uses : actions/setup-node@v5
38
38
with :
39
39
node-version-file : package.json
40
40
Original file line number Diff line number Diff line change 38
38
uses : actions/checkout@v5
39
39
40
40
- name : Setup Node.js
41
- uses : actions/setup-node@v4
41
+ uses : actions/setup-node@v5
42
42
with :
43
43
node-version-file : package.json
44
44
@@ -135,7 +135,7 @@ jobs:
135
135
name : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
136
136
137
137
- name : Setup Node.js
138
- uses : actions/setup-node@v4
138
+ uses : actions/setup-node@v5
139
139
with :
140
140
node-version-file : package.json
141
141
You can’t perform that action at this time.
0 commit comments