Skip to content

Commit

Permalink
build: use yarn via volta
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Oct 24, 2024
1 parent ce51f45 commit e526643
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 897 deletions.
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.1.1.cjs

This file was deleted.

4 changes: 2 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ compressionLevel: 0

enableGlobalCache: true

ignorePath: true

nmSelfReferences: false

nodeLinker: node-modules

npmRegistries:
//registry.npmjs.org/:
npmAuthToken: "${NPM_TOKEN:-invalid}"

yarnPath: .yarn/releases/yarn-4.1.1.cjs
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,13 @@
"rimraf": "^5.0.0",
"typescript": "^5.2.2"
},
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.5.1",
"engines": {
"node": ">=20"
},
"volta": {
"node": "20.12.2"
"node": "20.12.2",
"yarn": "4.5.1"
},
"bundlewatch": {
"files": [
Expand Down

0 comments on commit e526643

Please sign in to comment.