Skip to content

Commit

Permalink
Upgrade CI to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinejaussoin committed Oct 13, 2024
1 parent 9e8fbe9 commit 7db5888
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: yarn
- run: yarn ci-test
- run: yarn lint
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: yarn
- run: yarn ci-test
- run: yarn lint
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: yarn
- run: yarn lint
- run: yarn build
Expand All @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: yarn
- run: yarn typecheck
- run: yarn build

0 comments on commit 7db5888

Please sign in to comment.