Skip to content

Commit

Permalink
Remove invalid Corepack parameter
Browse files Browse the repository at this point in the history
Remove Yarn cache from repository
  • Loading branch information
Borewit committed Sep 9, 2024
1 parent bbff0cd commit de2d230
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 904 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-berry.cjs

This file was deleted.

2 changes: 0 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-berry.cjs

0 comments on commit de2d230

Please sign in to comment.