Skip to content

Commit 97cc3b7

Browse files
committed
ci: fix Husky fails to install
1 parent 507813d commit 97cc3b7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/nodejs-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v2
21+
- env:
22+
HUSKY: 0
2123
- run: npm install
2224
- run: npm test

0 commit comments

Comments
 (0)