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
No known key found for this signature in database
GPG key ID: 7F5BA322B5DC170C
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"
}
}