This website requires JavaScript.
Explore
Help
Sign In
actions
/
setup-node
Watch
1
Star
0
Fork
You've already forked setup-node
0
mirror of
https://code.forgejo.org/actions/setup-node.git
synced
2024-12-27 04:55:49 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1e6f2cd312
setup-node
/
__tests__
/
data
/
package.json
9 lines
84 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 18:17:21 +01: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 08:57:19 +01:00
"node"
:
"^14.0.0"
refactor: volta check
2022-07-27 22:25:39 +01: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 18:17:21 +01:00
}
}
Reference in a new issue
Copy permalink