diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 0b9e4c8c..b8b62237 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -14,9 +14,7 @@ jobs: version: 10.x - name: npm install - # Explicitly uninstall husky so that we avoid issues with git hooks/node versioning. - # Should switch to clean checkout instead when supported. - run: npm prune --production && npm install && npm uninstall husky + run: npm install - name: Lint run: npm run format-check