This website requires JavaScript.
Explore
Help
Sign In
actions
/
setup-node
Watch
2
Star
0
Fork
0
You've already forked setup-node
mirror of
https://gitea.com/actions/setup-node.git
synced
2024-11-13 11:09:21 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
57cec77d94
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-22 01:17:21 +08:00
{
"engines"
:
{
"node"
:
">=14.0.0"
refactor: volta check
2022-07-28 05:25:39 +08: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-22 01:17:21 +08:00
}
}
Reference in New Issue
Copy Permalink