Skip to content

Commit

Permalink
Installation of node to execute lint correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
olibu committed Apr 19, 2024
1 parent a6cf850 commit 174df2c
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 174df2c

Please sign in to comment.