Template
1
0
mirror of https://github.com/actions/setup-node synced 2024-11-30 21:22:29 +08:00
setup-node/__tests__/data/package-volta.json

9 lines
84 B
JSON
Raw Normal View History

{
"engines": {
"node": "^14.0.0"
},
"volta": {
"node": "16.0.0"
}
}