Skip to content

Commit

Permalink
chore: add tests for Node 20 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Apr 26, 2023
1 parent 3ffc96a commit 8ff7b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
name: 🧪 Test (Node@${{ matrix.node }})
strategy:
matrix:
node: [12.0.0, 12, 14.0.0, 14, 16.0.0, 16, 17.0.0, 17, 18.0.0, 18, 19]
node: [12.0.0, 12, 14.0.0, 14, 16.0.0, 16, 17.0.0, 17, 18.0.0, 18, 19, 20]
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
Expand Down

0 comments on commit 8ff7b53

Please sign in to comment.