This website requires JavaScript.
Explore
Help
Register
Sign in
actions
/
setup-node
Watch
1
Star
0
Fork
You've already forked setup-node
0
mirror of
https://github.com/actions/setup-node
synced
2024-11-13 00:52:39 +00:00
Code
Issues
Activity
d6ebc7b438
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-21 17:17:21 +00:00
{
"engines"
:
{
Fix macos latest check failures (#1041) * Update latest node versions * Update latest node versions * Update test data * Update test data * Update test data * Update test data * Update test data * macos lts failure fix * Update macos-13
2024-05-22 13:12:24 +00:00
"node"
:
"^20.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 17:17:21 +00:00
}
}
Copy permalink