Remove invalid Corepack parameter
Remove Yarn cache from repository
This commit is contained in:
@@ -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
@@ -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
|
||||||
|
|||||||
Vendored
BIN
Binary file not shown.
@@ -1,3 +1 @@
|
|||||||
nodeLinker: node-modules
|
nodeLinker: node-modules
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-berry.cjs
|
|
||||||
|
|||||||
Reference in New Issue
Block a user