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://github.com/actions/setup-node.git
synced
2025-09-10 18:56:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
cd2651c462
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 10:17:21 -07:00
{
"engines"
:
{
Upgrade action to use node24 (#1325) * Change Node.js version to 24 Update Node.js version from 20 to 24 in action.yml * update and vulnerability fixes * update node version check * update licences * node version check update * update version for test * node version * update node version to 24.0.0 in tool-versions and package-volta.json * node 24 * update to 24 * update to specify engines * check failures fix * update package-lock.json * licensed update * check failure fix * documentation update --------- Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
2025-09-03 02:31:16 +01:00
"node"
:
"^24.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 10:17:21 -07:00
}
}
Reference in a new issue
Copy permalink