Skip to content

Commit

Permalink
Add newest node versions on unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobranco committed Nov 25, 2024
1 parent 95d212a commit 73ccd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 7, 8, 10, 12, 14, 16, 18 ]
node: [ 7, 8, 10, 12, 14, 16, 18, 20, 22 ]
name: Node ${{ matrix.node }}
steps:
- name: Checkout
Expand Down

0 comments on commit 73ccd8a

Please sign in to comment.