Yarn --prefer-offline in check workflow

This commit is contained in:
Marshall Polaris 2022-05-21 12:59:19 -07:00
parent 767ec81205
commit 190f013a15

View File

@ -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