Skip to content

Commit

Permalink
fix: invalid volta versions in package.json (ferdium#481)
Browse files Browse the repository at this point in the history
- update `volta` config in `package.json` to use exact versions
  • Loading branch information
mcmxcdev authored Dec 19, 2023
1 parent 7a1cf86 commit 725d0e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"pnpm": "^8.10.0"
},
"volta": {
"node": "^20.9.0",
"pnpm": "^8.10.0"
"node": "20.9.0",
"pnpm": "8.10.0"
},
"engine-strict": true,
"packageManager": "[email protected]",
Expand Down

0 comments on commit 725d0e8

Please sign in to comment.