Skip to content

Commit

Permalink
chore: run CI tests on Node 20 (#8519)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Apr 19, 2023
1 parent d64e86a commit 6f8cdf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -22,6 +22,8 @@ jobs:
os: ubuntu-latest
- node-version: 18
os: ubuntu-latest
- node-version: 20
os: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
Expand Down Expand Up @@ -60,6 +62,8 @@ jobs:
os: ubuntu-latest
- node-version: 18
os: ubuntu-latest
- node-version: 20
os: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
Expand Down

0 comments on commit 6f8cdf3

Please sign in to comment.