build: update yarn

This commit is contained in:
Sergey Krylov 2024-04-04 06:05:29 +03:00
parent 8f2596e25b
commit a2deb22111
5 changed files with 14073 additions and 9249 deletions

View File

@ -16,7 +16,7 @@ jobs:
with: with:
node-version-file: '.nvmrc' node-version-file: '.nvmrc'
cache: 'yarn' cache: 'yarn'
- run: yarn --frozen-lockfile - run: yarn
- run: yarn lint - run: yarn lint
TypeChecking: TypeChecking:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -27,5 +27,5 @@ jobs:
with: with:
node-version-file: '.nvmrc' node-version-file: '.nvmrc'
cache: 'yarn' cache: 'yarn'
- run: yarn --frozen-lockfile - run: yarn
- run: yarn typecheck - run: yarn typecheck

BIN
.yarn/install-state.gz Normal file

Binary file not shown.

893
.yarn/releases/yarn-4.1.1.cjs vendored Executable file

File diff suppressed because one or more lines are too long

3
.yarnrc.yml Normal file
View File

@ -0,0 +1,3 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.1.1.cjs

22422
yarn.lock

File diff suppressed because it is too large Load Diff