Yarn --prefer-offline in check workflow
This commit is contained in:
parent
767ec81205
commit
190f013a15
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
node-version: latest
|
||||
cache: 'yarn'
|
||||
- name: Install dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
run: yarn install --prefer-offline --frozen-lockfile
|
||||
- name: Run Prettier
|
||||
run: npx prettier --check .
|
||||
- name: Run ESLint on web client
|
||||
|
|
Loading…
Reference in New Issue
Block a user