Skip to content

Commit

Permalink
Install listed eslint to avoid auto-installing a 9.x version whic…
Browse files Browse the repository at this point in the history
…h has breaking changes.

Closes #88 on GitHub.
  • Loading branch information
lapo-luchini committed Apr 28, 2024
1 parent 6fa69ff commit ee8643f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test all
- run: npm run lint
if: matrix.node-version == 'latest'

0 comments on commit ee8643f

Please sign in to comment.