Skip to content

Commit

Permalink
test on more node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Jun 16, 2024
1 parent f3268cb commit 4cfdd4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
node-version: [16, 18]
node-version: [16, 18, 20]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4cfdd4c

Please sign in to comment.