mirror of
https://github.com/actions/setup-node
synced 2024-11-13 00:52:39 +00:00
11 lines
146 B
JSON
11 lines
146 B
JSON
{
|
|
"name": "test",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo test"
|
|
},
|
|
"volta": {
|
|
"node": "16.15.1"
|
|
}
|
|
}
|