Adding volta (#2449)

This commit is contained in:
Chris Gervang 2024-12-18 23:35:01 -08:00 committed by Chris Gervang
parent 66a8eeb064
commit c7d7aaba5d
No known key found for this signature in database
GPG Key ID: 364F9E85BFA0CEE2
2 changed files with 9 additions and 1 deletions

View File

@ -68,5 +68,9 @@
},
"pre-commit": [
"test-fast"
]
],
"volta": {
"node": "18.20.5",
"yarn": "1.22.22"
}
}

View File

@ -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"
}
}