1
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2024-09-19 16:06:43 +00:00
setup-node/__tests__/data/package-volta.json
HarithaVattikuti eff380dfbc
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

9 lines
84 B
JSON

{
"engines": {
"node": "^14.0.0"
},
"volta": {
"node": "20.0.0"
}
}