This website requires JavaScript.
Explore
Sign In
actions
/
setup-node
Watch
1
Star
0
Fork
0
You've already forked setup-node
mirror of
https://github.com/actions/setup-node.git
synced
2024-11-10 05:31:07 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c2ac33f2c6
setup-node
/
__tests__
/
data
/
package.json
6 lines
45 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 00:17:21 +07:00
{
"engines"
:
{
Fix node version file parsing (#553) * Fix node version file parsing * Build index.js * Non-json file error handling * Format code * Add package.json to e2e tests * Minor fix
2022-08-04 14:57:19 +07:00
"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 00:17:21 +07:00
}
}
Reference in New Issue
Copy Permalink