Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Need volta to manage my local pnpm version, because CI is a bit behind
  • Loading branch information
NullVoxPopuli committed Oct 6, 2023
commit 428f2834ddbfdc33c4d12d381e910bdfa5070573
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"lint:fix": "pnpm --filter '*' lint:fix",
"test:coverage": "pnpm --filter '*' test:coverage",
"test:ember": "pnpm --filter '*' test:ember"

},
"devDependencies": {
"documentation": "14.0.2",
Expand All @@ -20,5 +19,9 @@
"node": ">= 16.*",
"yarn": "use pnpm",
"npm": "use pnpm"
},
"volta": {
"node": "16.20.2",
Comment thread
BobrImperator marked this conversation as resolved.
"pnpm": "7.33.0"
}
}
Loading