Skip to content

Commit 406fd2c

Browse files
chore: Updates node version to 18 for release workflow (#235)
1 parent 6cdac98 commit 406fd2c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
2424
with:
25-
node-version: 16.14.0
25+
node-version: 18.x
2626
- name: Install dependencies
2727
run: yarn install --check-files --frozen-lockfile
2828
- name: release
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
4747
with:
48-
node-version: 16.14.0
48+
node-version: 18.x
4949
- name: Download build artifacts
5050
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
5151
with:
@@ -93,7 +93,7 @@ jobs:
9393
java-version: 11.x
9494
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
9595
with:
96-
node-version: 16.14.0
96+
node-version: 18.x
9797
- name: Download build artifacts
9898
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
9999
with:
@@ -139,7 +139,7 @@ jobs:
139139
steps:
140140
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
141141
with:
142-
node-version: 16.14.0
142+
node-version: 18.x
143143
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
144144
with:
145145
python-version: 3.x
@@ -185,7 +185,7 @@ jobs:
185185
steps:
186186
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
187187
with:
188-
node-version: 16.14.0
188+
node-version: 18.x
189189
- uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3
190190
with:
191191
dotnet-version: 3.x
@@ -230,7 +230,7 @@ jobs:
230230
steps:
231231
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
232232
with:
233-
node-version: 16.14.0
233+
node-version: 18.x
234234
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
235235
with:
236236
go-version: ^1.16.0
@@ -277,7 +277,7 @@ jobs:
277277
steps:
278278
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
279279
with:
280-
node-version: 16.14.0
280+
node-version: 18.x
281281
- name: Download build artifacts
282282
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
283283
with:

0 commit comments

Comments
 (0)