Skip to content

Commit

Permalink
chore: add yarn binary
Browse files Browse the repository at this point in the history
  • Loading branch information
exuanbo committed Oct 9, 2024
1 parent a4c5c88 commit add8845
Show file tree
Hide file tree
Showing 5 changed files with 927 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/typedoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v5
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
Expand Down
925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ plugins:
- checksum: 52ccdf7d7ba4e9d70ccfae8b4916c27415c4fe71d222a9e1d5ac5375707eb38f127bea3a6fd603e7f8f99d7ec5b0f67344c06f5f98cd15a5d8781ce9bb9c3f7a
path: .yarn/plugins/@yarnpkg/plugin-nolyfill.cjs
spec: "https://raw.githubusercontent.com/wojtekmaj/yarn-plugin-nolyfill/v1.0.2/bundles/@yarnpkg/plugin-nolyfill.js"

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

0 comments on commit add8845

Please sign in to comment.