We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a87af46 commit 8a4e2fbCopy full SHA for 8a4e2fb
1 file changed
.github/actions/js/action.yml
@@ -51,11 +51,15 @@ runs:
51
if: ${{ ! inputs.mock-assets && steps.runner.outputs.result == 'npm' }}
52
shell: bash
53
run: npm install --prefer-offline --no-audit --progress=false --loglevel=error
54
+ env:
55
+ HUSKY: 0
56
57
- name: Install yarn dependencies
58
if: ${{ ! inputs.mock-assets && steps.runner.outputs.result == 'yarn' }}
59
60
run: yarn install --immutable
61
62
63
64
- name: Get version
65
id: version
0 commit comments