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
|
node-version: latest
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn install --prefer-offline --frozen-lockfile
|
||||||
- name: Run Prettier
|
- name: Run Prettier
|
||||||
run: npx prettier --check .
|
run: npx prettier --check .
|
||||||
- name: Run ESLint on web client
|
- name: Run ESLint on web client
|
||||||
|
|
Loading…
Reference in New Issue
Block a user