This website requires JavaScript.
Explore
Help
Sign in
actions
/
setup-node
Watch
3
Star
0
Fork
You've already forked setup-node
0
mirror of
https://gitea.com/actions/setup-node.git
synced
2024-11-23 02:29:33 +01:00
Code
Issues
Projects
Activity
Pipelines
dee2a9689c
setup-node
/
__tests__
/
data
/
package.json
9 lines
85 B
JSON
Raw
Normal View
History
Unescape
Escape
Respect `package.json`'s `engines.node` field when used as a `node-version-file` (#485) * Allow reading 'package.json' as node-version-file * Run 'npm run build' * Read package.json contents directly during tests - this eliminates OS-specific line-ending issues * Run project Prettier 💅
2022-07-21 19:17:21 +02:00
{
"engines"
:
{
"node"
:
">=14.0.0"
refactor: volta check
2022-07-27 23:25:39 +02:00
}
,
"volta"
:
{
"node"
:
"14.0.0"
Respect `package.json`'s `engines.node` field when used as a `node-version-file` (#485) * Allow reading 'package.json' as node-version-file * Run 'npm run build' * Read package.json contents directly during tests - this eliminates OS-specific line-ending issues * Run project Prettier 💅
2022-07-21 19:17:21 +02:00
}
}
Reference in a new issue
Copy permalink