Skip to content

Commit

Permalink
Adding volta (#2449)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgervang authored Dec 19, 2024
1 parent ad56dd6 commit fda0e0a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,9 @@
},
"pre-commit": [
"test-fast"
]
],
"volta": {
"node": "18.20.5",
"yarn": "1.22.22"
}
}
4 changes: 4 additions & 0 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@
"babel-plugin-styled-components": "^2.0.0",
"prism-react-renderer": "^1.2.1",
"ts-node": "~10.9.1"
},
"volta": {
"node": "18.20.5",
"yarn": "1.22.22"
}
}

0 comments on commit fda0e0a

Please sign in to comment.