Update Node.js (and npm) to latest LTS
This commit is contained in:
parent
57592e997a
commit
89c98ca114
|
@ -55,7 +55,7 @@
|
|||
"webpack-bundle-analyzer": "^4.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^16.16.0",
|
||||
"node": "^16.17.1",
|
||||
"npm": "^8.11.0"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"private": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^16.16.0",
|
||||
"npm": "^8.11.0"
|
||||
"node": "^16.17.1",
|
||||
"npm": "^8.15.0"
|
||||
},
|
||||
"main": "src/nginxconfig/mount.js",
|
||||
"type": "module",
|
||||
|
|
Loading…
Reference in New Issue