Skip to content

Commit

Permalink
Fix husky deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 committed Dec 19, 2024
1 parent 68b3956 commit 182e44d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node-js-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- run: npm ci
- run: npm run lint
- run: npm test
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

code-climate:
needs: build
Expand Down

0 comments on commit 182e44d

Please sign in to comment.