1
0
mirror of synced 2026-05-22 14:43:19 +00:00

Remove invalid Corepack parameter

Remove Yarn cache from repository
This commit is contained in:
Borewit
2024-09-09 10:45:56 +02:00
parent bbff0cd07b
commit de2d230ff0
4 changed files with 3 additions and 10 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ jobs:
node-version: 20.x node-version: 20.x
- name: Enable Corepack - name: Enable Corepack
run: corepack enable yarn run: corepack enable
- name: Yarn install - name: Yarn install
run: yarn install run: yarn install
@@ -68,7 +68,7 @@ jobs:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Enable Corepack - name: Enable Corepack
run: corepack enable yarn run: corepack enable
- name: Install dependencies - name: Install dependencies
run: yarn install run: yarn install
+1 -6
View File
@@ -20,10 +20,5 @@ test/samples/zeroes.flac
# Yarn: # Yarn:
.pnp.* .pnp.*
.yarn/* .yarn
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
yarn-error.log yarn-error.log
BIN
View File
Binary file not shown.
-2
View File
@@ -1,3 +1 @@
nodeLinker: node-modules nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-berry.cjs