setup-node/__tests__/data/package.json
2022-06-29 12:28:21 -07:00

11 lines
146 B
JSON

{
"name": "test",
"version": "1.0.0",
"private": true,
"scripts": {
"test": "echo test"
},
"volta": {
"node": "16.15.1"
}
}