Skip to content

Commit

Permalink
Only test on latest node version
Browse files Browse the repository at this point in the history
Otherwise, v9 of ESLint can't be installed
  • Loading branch information
Splines committed Jan 4, 2024
1 parent 1596e86 commit a441311
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: [18, 19, 20, 21]
node: [21]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit a441311

Please sign in to comment.