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-15 08:01:07 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
35a5d97e6f
setup-node
/
__tests__
/
data
/
package.json
9 lines
102 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 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 20:12:24 +07:00
"node"
:
"^20.0.0"
fix for dependabot alerts
2024-09-12 13:13:36 +07:00
}
,
"dependencies"
:
{
"path-to-regexp"
:
"^0.1.10"
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