Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
chore: update node version for pipeline (#862)
Browse files Browse the repository at this point in the history
* chore: update node version for pipeline

* fix: v16 for tests
  • Loading branch information
samblacklock authored Sep 25, 2023
1 parent 15898d5 commit e19c25b
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 @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.13.0'
node-version: '18'
cache: 'yarn'
- name: Run lint
run: |
Expand All @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.13.0'
node-version: '18'
cache: 'yarn'
- name: Build bundles
run: |
Expand All @@ -71,7 +71,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.10.0'
node-version: '16'
cache: 'yarn'
- name: Run tests
run: |
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.13.0'
node-version: '18'
cache: 'yarn'
- name: Download build artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit e19c25b

Please sign in to comment.