mirror of
https://github.com/actions/setup-node.git
synced 2025-09-01 13:26:34 +00:00
update node version to 24.0.0 in tool-versions and package-volta.json
This commit is contained in:
parent
99fc25e4df
commit
5393183bd6
3 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
nodejs 20.0.0
|
nodejs 24.0.0
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
node 20.0.0
|
node 24.0.0
|
||||||
|
|
|
@ -3,6 +3,6 @@
|
||||||
"node": "^14.0.0"
|
"node": "^14.0.0"
|
||||||
},
|
},
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "20.0.0"
|
"node": "24.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue