Skip to content

Commit

Permalink
install per yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche committed Mar 31, 2022
1 parent cb566d6 commit b6ebbab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: 📥 Download deps
uses: bahmutov/npm-install@v1
with:
useLockFile: false
install-command: yarn --silent
env:
HUSKY_SKIP_INSTALL: true

Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: 📥 Download deps
uses: bahmutov/npm-install@v1
with:
useLockFile: false
install-command: yarn --silent
env:
HUSKY_SKIP_INSTALL: true

Expand Down

0 comments on commit b6ebbab

Please sign in to comment.