56
56
ref : ${{ env.REF }}
57
57
- id : node
58
58
name : Setup Node.js
59
- uses : actions/setup-node@v3.5.1
59
+ uses : actions/setup-node@v3.6.0
60
60
with :
61
61
cache : yarn
62
62
cache-dependency-path : yarn.lock
81
81
ref : ${{ env.REF }}
82
82
- id : node
83
83
name : Setup Node.js
84
- uses : actions/setup-node@v3.5.1
84
+ uses : actions/setup-node@v3.6.0
85
85
with :
86
86
cache : yarn
87
87
cache-dependency-path : yarn.lock
@@ -106,7 +106,7 @@ jobs:
106
106
ref : ${{ env.REF }}
107
107
- id : node
108
108
name : Setup Node.js
109
- uses : actions/setup-node@v3.5.1
109
+ uses : actions/setup-node@v3.6.0
110
110
with :
111
111
cache : yarn
112
112
cache-dependency-path : yarn.lock
@@ -131,7 +131,7 @@ jobs:
131
131
ref : ${{ env.REF }}
132
132
- id : node
133
133
name : Setup Node.js
134
- uses : actions/setup-node@v3.5.1
134
+ uses : actions/setup-node@v3.6.0
135
135
with :
136
136
cache : yarn
137
137
cache-dependency-path : yarn.lock
@@ -162,7 +162,7 @@ jobs:
162
162
ref : ${{ env.REF }}
163
163
- id : node
164
164
name : Setup Node.js
165
- uses : actions/setup-node@v3.5.1
165
+ uses : actions/setup-node@v3.6.0
166
166
with :
167
167
cache : yarn
168
168
cache-dependency-path : yarn.lock
@@ -198,7 +198,7 @@ jobs:
198
198
ref : ${{ env.REF }}
199
199
- id : node
200
200
name : Setup Node.js v${{ matrix.node-version }}
201
- uses : actions/setup-node@v3.5.1
201
+ uses : actions/setup-node@v3.6.0
202
202
with :
203
203
cache : yarn
204
204
cache-dependency-path : yarn.lock
@@ -243,7 +243,7 @@ jobs:
243
243
ref : ${{ env.REF }}
244
244
- id : node
245
245
name : Setup Node.js
246
- uses : actions/setup-node@v3.5.1
246
+ uses : actions/setup-node@v3.6.0
247
247
with :
248
248
cache : yarn
249
249
cache-dependency-path : yarn.lock
0 commit comments