Skip to content

Commit

Permalink
build: set yarn using volta, and update to 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FreekVR committed Nov 18, 2024
1 parent d7d3513 commit be2263c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 898 deletions.
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.1.0.cjs

This file was deleted.

4 changes: 1 addition & 3 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ compressionLevel: 0

enableGlobalCache: true

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.1.0.cjs
nodeLinker: node-modules
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,10 @@
"typescript": "^5.0.0",
"vitest": "^1.0.0"
},
"packageManager": "yarn@4.1.0",
"packageManager": "yarn@4.5.1",
"volta": {
"node": "20.10.0"
"node": "20.10.0",
"yarn": "4.5.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit be2263c

Please sign in to comment.