update node version to 24.0.0 in tool-versions and package-volta.json

This commit is contained in:
Salman Muin Kayser Chishti 2025-08-08 07:37:58 +01:00
parent 99fc25e4df
commit 5393183bd6
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
nodejs 20.0.0 nodejs 24.0.0

View File

@ -1 +1 @@
node 20.0.0 node 24.0.0

View File

@ -3,6 +3,6 @@
"node": "^14.0.0" "node": "^14.0.0"
}, },
"volta": { "volta": {
"node": "20.0.0" "node": "24.0.0"
} }
} }