test: add node-version-file test

This commit is contained in:
Jef LeCompte
2022-06-29 12:28:21 -07:00
parent 1a4ff5493d
commit a03d9f05e4
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"name": "test",
"version": "1.0.0",
"private": true,
"scripts": {
"test": "echo test"
},
"volta": {
"node": "16.15.1"
}
}