Skip to content

Commit

Permalink
Use yarn v3.1.1 binary and disable corepack in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
axtgr committed Mar 7, 2024
1 parent 7e8dc17 commit ff960a0
Show file tree
Hide file tree
Showing 5 changed files with 1,577 additions and 812 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- name: Enable Corepack
run: corepack enable
- name: Install the dependencies using the package manager whose lock file is in the root dir
uses: jaid/[email protected]
- name: Run static checks
Expand All @@ -51,8 +49,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- name: Enable Corepack
run: corepack enable
- name: Install the dependencies using the package manager whose lock file is in the root dir
uses: jaid/[email protected]
- name: Download the build
Expand Down
768 changes: 768 additions & 0 deletions .yarn/releases/yarn-3.1.1.cjs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
yarnPath: .yarn/releases/yarn-3.1.1.cjs
nodeLinker: node-modules
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"regexp"
],
"private": true,
"packageManager": "yarn@4.1.0",
"packageManager": "yarn@3.1.1",
"type": "commonjs",
"main": "build/index.js",
"module": "build/index.es.mjs",
Expand Down
Loading

0 comments on commit ff960a0

Please sign in to comment.