chore: fix yarn

This commit is contained in:
alexander.akait 2023-04-09 21:38:06 +03:00
parent ebe73c290b
commit b48fd83e13
1 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ jobs:
with:
node-version: 16.x
cache: "yarn"
- run: yarn --frozen-lockfile --ignore-engines
- run: yarn --frozen-lockfile
- uses: actions/cache@v3
with:
path: .eslintcache
@ -42,7 +42,7 @@ jobs:
with:
node-version: 16.x
cache: "yarn"
- run: yarn --frozen-lockfile --ignore-engines
- run: yarn --frozen-lockfile
- run: yarn link --frozen-lockfile || true
- run: yarn link webpack --frozen-lockfile
- run: yarn test:basic --ci
@ -70,7 +70,7 @@ jobs:
with:
node-version: 16.x
cache: "yarn"
- run: yarn --frozen-lockfile --ignore-engines
- run: yarn --frozen-lockfile
- run: yarn link --frozen-lockfile || true
- run: yarn link webpack --frozen-lockfile
- uses: actions/cache@v3