Skip to content

Commit

Permalink
Add Node.js 20 to test matrix
Browse files Browse the repository at this point in the history
Run tests against newly released node v20
  • Loading branch information
flovogt committed Apr 19, 2023
1 parent 0574e5e commit 5bf01a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [^14.19, ^16.15, ^18]
node-version: [^14.19, ^16.15, ^18, ^20]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5bf01a3

Please sign in to comment.