3
0
Fork 0
mirror of https://gitea.com/actions/setup-node.git synced 2024-11-22 18:19:33 +01: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"
}
}