Skip to content

Commit

Permalink
chore: sync node versions used by GitHub Actions (#9352)
Browse files Browse the repository at this point in the history
Co-authored-by: Laurin Quast <[email protected]>
  • Loading branch information
charpeni and n1ru4l authored Oct 19, 2023
1 parent 26159cf commit 70270fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup env
uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 16
nodeVersion: 18
- name: Prettier Check
run: yarn prettier:check
dev-tests-old:
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Setup env
uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 16
nodeVersion: 18
- name: Build
run: yarn build
env:
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Setup env
uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 16
nodeVersion: 18
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.65.0
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Setup env
uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 16
nodeVersion: 18
- name: Build
run: yarn build
env:
Expand Down

0 comments on commit 70270fb

Please sign in to comment.