This website requires JavaScript.
Explore
Discord Server
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
2025-02-03 14:39:53 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
b949a4db42
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-21 10: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 08:12:24 -05:00
"node"
:
"^20.0.0"
fix for dependabot alerts
2024-09-12 11:43:36 +05:30
}
,
"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-21 10:17:21 -07:00
}
}
Reference in a new issue
Copy permalink