Skip to content

Commit ae0fbe1

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs-ci.yml

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

1919
steps:
2020
- uses: actions/checkout@v2
21-
- env:
21+
- env:
2222
HUSKY: 0
23-
- run: npm install
24-
- run: npm test
23+
run: npm install
24+
run: npm test

0 commit comments

Comments
 (0)