Skip to content

Commit

Permalink
chore(ci): run tests with node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
yannispgs committed Jun 12, 2024
1 parent 86f32c6 commit f208986
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
check-latest: true
cache: yarn
- name: Install deps
run: yarn install
Expand All @@ -32,7 +33,8 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
check-latest: true
cache: yarn
- name: Install deps
run: yarn install
Expand All @@ -49,7 +51,8 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
check-latest: true
cache: yarn
- name: Install deps
run: yarn install
Expand Down

0 comments on commit f208986

Please sign in to comment.