update node and npm

This commit is contained in:
2023-04-14 18:11:44 -04:00
parent eb4ce07b5f
commit dbafaad500
3 changed files with 5 additions and 6 deletions

View File

@ -3,8 +3,8 @@
"description": " ",
"license": "MIT",
"engines": {
"node": "v18.9.1",
"npm": "8.19.1"
"node": "v18.15.0",
"npm": "9.5.0"
},
"scripts": {
"deploy": "NODE_ENV=production webpack --mode production",