Skip to content

Commit

Permalink
feat: Add support for Node 20 and 22 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Sep 26, 2024
1 parent ec11115 commit d19b0c2
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 @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '12', '14', '15', '16', '17', '18' ]
node: [ '12', '14', '15', '16', '17', '18', '20', '22' ]
timeout-minutes: 30
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
Expand Down

0 comments on commit d19b0c2

Please sign in to comment.