1
0
mirror of https://github.com/actions/setup-node.git synced 2026-07-16 20:58:06 +00:00
Files
setup-node/__tests__/data/package-dev-engines.json
T
Haritha 1b7c366466 Update workflow pins and migrate Node matrices to modern versions (#1583)
* Update workflow action pins and move Node 20 to 26

* fix: correct node version in v8-canary and update setup for node 22 x86

* chore: update setup-node action version from v6 to v7 in documentation

* fix: update pnpm/action-setup version to v6 in advanced usage documentation
2026-07-16 10:33:56 -05:00

12 lines
132 B
JSON

{
"engines": {
"node": "^19"
},
"devEngines": {
"runtime": {
"name": "node",
"version": "^26"
}
}
}