Skip to content

Commit

Permalink
chore: update-yarn to latest stable (#592)
Browse files Browse the repository at this point in the history
update-yarn
  • Loading branch information
davidhu2000 authored Jun 24, 2024
1 parent 78288cd commit fc6595a
Show file tree
Hide file tree
Showing 6 changed files with 6,610 additions and 6,519 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-node/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ runs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
- run: npm install --global yarn
shell: bash
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: "yarn"
- run: yarn install
shell: bash
807 changes: 0 additions & 807 deletions .yarn/releases/yarn-3.3.0.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.3.0.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"sideEffects": false,
"packageManager": "yarn@3.3.0"
"packageManager": "yarn@4.3.1"
}
Loading

0 comments on commit fc6595a

Please sign in to comment.