Skip to content

Commit

Permalink
Install listed eslint to avoid auto-installing 9.1.0 which breaks…
Browse files Browse the repository at this point in the history
… with our configuration format.
  • Loading branch information
lapo-luchini committed Apr 19, 2024
1 parent fd1b6d0 commit 5e7deb8
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 testdefs
if: matrix.node-version == 'latest'
Expand Down

0 comments on commit 5e7deb8

Please sign in to comment.