Skip to content

Commit

Permalink
chore: add node 20 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Aug 18, 2024
1 parent 6774908 commit 4c57f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16, 18]
node: [14, 16, 18, 20]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand Down

0 comments on commit 4c57f5b

Please sign in to comment.