Skip to content

Commit

Permalink
Only test with newer versions of node
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Jan 4, 2024
1 parent 8e84434 commit 1596e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16, 17, 18, 19, 20, 21]
node: [18, 19, 20, 21]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 1596e86

Please sign in to comment.