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.json

12 lines
146 B
JSON
Raw Normal View History

2022-06-30 03:28:21 +08:00
{
"name": "test",
"version": "1.0.0",
"private": true,
"scripts": {
"test": "echo test"
},
"volta": {
"node": "16.15.1"
}
}