Skip to content

Commit

Permalink
only lint for Node V20
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-Mcl committed Aug 28, 2024
1 parent 7b7cf7a commit fd66791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
npm install
- name: Run ESLint
- if: matrix.node-version == 20
run: npm run lint

- name: npm test
Expand Down

0 comments on commit fd66791

Please sign in to comment.