File tree Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 63
63
uses : actions/checkout@v5
64
64
65
65
- name : Setup Node.js
66
- uses : actions/setup-node@v4
66
+ uses : actions/setup-node@v5
67
67
with :
68
68
node-version-file : package.json
69
69
Original file line number Diff line number Diff line change 64
64
uses : actions/checkout@v5
65
65
66
66
- name : Setup Node.js
67
- uses : actions/setup-node@v4
67
+ uses : actions/setup-node@v5
68
68
with :
69
69
node-version-file : package.json
70
70
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 83
83
version : 5.x
84
84
85
85
- name : Setup Node.js
86
- uses : actions/setup-node@v4
86
+ uses : actions/setup-node@v5
87
87
with :
88
88
node-version-file : package.json
89
89
@@ -142,7 +142,7 @@ jobs:
142
142
version : 5.x
143
143
144
144
- name : Setup Node.js
145
- uses : actions/setup-node@v4
145
+ uses : actions/setup-node@v5
146
146
with :
147
147
node-version-file : package.json
148
148
Original file line number Diff line number Diff line change 69
69
uses : actions/checkout@v5
70
70
71
71
- name : Setup Node.js
72
- uses : actions/setup-node@v4
72
+ uses : actions/setup-node@v5
73
73
with :
74
74
node-version-file : package.json
75
75
@@ -102,7 +102,7 @@ jobs:
102
102
uses : actions/checkout@v5
103
103
104
104
- name : Setup Node.js
105
- uses : actions/setup-node@v4
105
+ uses : actions/setup-node@v5
106
106
with :
107
107
node-version-file : " ${{ matrix.project.path }}/package.json"
108
108
@@ -138,7 +138,7 @@ jobs:
138
138
uses : actions/checkout@v5
139
139
140
140
- name : Setup Node.js
141
- uses : actions/setup-node@v4
141
+ uses : actions/setup-node@v5
142
142
with :
143
143
node-version-file : " ${{ matrix.project.path }}/package.json"
144
144
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 70
70
uses : actions/checkout@v5
71
71
72
72
- name : Setup Node.js
73
- uses : actions/setup-node@v4
73
+ uses : actions/setup-node@v5
74
74
with :
75
75
node-version-file : package.json
76
76
Original file line number Diff line number Diff line change 74
74
uses : actions/checkout@v5
75
75
76
76
- name : Setup Node.js
77
- uses : actions/setup-node@v4
77
+ uses : actions/setup-node@v5
78
78
with :
79
79
node-version-file : package.json
80
80
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
@@ -134,7 +134,7 @@ jobs:
134
134
name : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
135
135
136
136
- name : Setup Node.js
137
- uses : actions/setup-node@v4
137
+ uses : actions/setup-node@v5
138
138
with :
139
139
node-version-file : package.json
140
140
You can’t perform that action at this time.
0 commit comments