Remove invalid Corepack parameter
Remove Yarn cache from repository
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
node-version: 20.x
|
||||
|
||||
- name: Enable Corepack
|
||||
run: corepack enable yarn
|
||||
run: corepack enable
|
||||
|
||||
- name: Yarn install
|
||||
run: yarn install
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Enable Corepack
|
||||
run: corepack enable yarn
|
||||
run: corepack enable
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install
|
||||
|
||||
+1
-6
@@ -20,10 +20,5 @@ test/samples/zeroes.flac
|
||||
|
||||
# Yarn:
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
.yarn
|
||||
yarn-error.log
|
||||
|
||||
Vendored
BIN
Binary file not shown.
@@ -1,3 +1 @@
|
||||
nodeLinker: node-modules
|
||||
|
||||
yarnPath: .yarn/releases/yarn-berry.cjs
|
||||
|
||||
Reference in New Issue
Block a user