|
22 | 22 | - name: Setup Node.js |
23 | 23 | uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 |
24 | 24 | with: |
25 | | - node-version: 16.14.0 |
| 25 | + node-version: 18.x |
26 | 26 | - name: Install dependencies |
27 | 27 | run: yarn install --check-files --frozen-lockfile |
28 | 28 | - name: release |
|
45 | 45 | steps: |
46 | 46 | - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 |
47 | 47 | with: |
48 | | - node-version: 16.14.0 |
| 48 | + node-version: 18.x |
49 | 49 | - name: Download build artifacts |
50 | 50 | uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a |
51 | 51 | with: |
|
93 | 93 | java-version: 11.x |
94 | 94 | - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 |
95 | 95 | with: |
96 | | - node-version: 16.14.0 |
| 96 | + node-version: 18.x |
97 | 97 | - name: Download build artifacts |
98 | 98 | uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a |
99 | 99 | with: |
@@ -139,7 +139,7 @@ jobs: |
139 | 139 | steps: |
140 | 140 | - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 |
141 | 141 | with: |
142 | | - node-version: 16.14.0 |
| 142 | + node-version: 18.x |
143 | 143 | - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c |
144 | 144 | with: |
145 | 145 | python-version: 3.x |
@@ -185,7 +185,7 @@ jobs: |
185 | 185 | steps: |
186 | 186 | - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 |
187 | 187 | with: |
188 | | - node-version: 16.14.0 |
| 188 | + node-version: 18.x |
189 | 189 | - uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 |
190 | 190 | with: |
191 | 191 | dotnet-version: 3.x |
@@ -230,7 +230,7 @@ jobs: |
230 | 230 | steps: |
231 | 231 | - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 |
232 | 232 | with: |
233 | | - node-version: 16.14.0 |
| 233 | + node-version: 18.x |
234 | 234 | - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 |
235 | 235 | with: |
236 | 236 | go-version: ^1.16.0 |
@@ -277,7 +277,7 @@ jobs: |
277 | 277 | steps: |
278 | 278 | - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 |
279 | 279 | with: |
280 | | - node-version: 16.14.0 |
| 280 | + node-version: 18.x |
281 | 281 | - name: Download build artifacts |
282 | 282 | uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a |
283 | 283 | with: |
|
0 commit comments