mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-20 21:14:45 +00:00
test: add node-version-file test
This commit is contained in:
parent
1a4ff5493d
commit
a03d9f05e4
2 changed files with 32 additions and 0 deletions
11
__tests__/data/package.json
Normal file
11
__tests__/data/package.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "test",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "echo test"
|
||||
},
|
||||
"volta": {
|
||||
"node": "16.15.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue