Skip to content

Commit

Permalink
Run tests against Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Jan 16, 2024
1 parent e67c167 commit 44edb34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
node-version:
- 16
- 18
- 20
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -74,7 +75,7 @@ jobs:
name: test-fixtures-node${{ matrix.node-version }}
path: test/fixtures/
- uses: codecov/codecov-action@v3
if: ${{ matrix.node-version == 18 }}
if: ${{ matrix.node-version == 20 }}

release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 44edb34

Please sign in to comment.