Update package.json

changing to node 16.18 in package.json
This commit is contained in:
Anupama Ramu
2023-01-04 14:17:10 -05:00
committed by GitHub
parent 92a57f4a93
commit 32ef117c8e

View File

@@ -3,6 +3,6 @@
"node": "^14.0.0" "node": "^14.0.0"
}, },
"volta": { "volta": {
"node": "16.0.0" "node": "16.18.0"
} }
} }