Skip to content

Commit 70270fb

Browse files
charpenin1ru4l
andauthored
chore: sync node versions used by GitHub Actions (#9352)
Co-authored-by: Laurin Quast <[email protected]>
1 parent 26159cf commit 70270fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup env
3030
uses: the-guild-org/shared-config/setup@main
3131
with:
32-
nodeVersion: 16
32+
nodeVersion: 18
3333
- name: Prettier Check
3434
run: yarn prettier:check
3535
dev-tests-old:
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup env
4747
uses: the-guild-org/shared-config/setup@main
4848
with:
49-
nodeVersion: 16
49+
nodeVersion: 18
5050
- name: Build
5151
run: yarn build
5252
env:
@@ -64,7 +64,7 @@ jobs:
6464
- name: Setup env
6565
uses: the-guild-org/shared-config/setup@main
6666
with:
67-
nodeVersion: 16
67+
nodeVersion: 18
6868
- uses: actions-rs/toolchain@v1
6969
with:
7070
toolchain: 1.65.0
@@ -97,7 +97,7 @@ jobs:
9797
- name: Setup env
9898
uses: the-guild-org/shared-config/setup@main
9999
with:
100-
nodeVersion: 16
100+
nodeVersion: 18
101101
- name: Build
102102
run: yarn build
103103
env:

0 commit comments

Comments
 (0)