Support node versions above node 16

This commit is contained in:
thepaperpilot 2022-12-10 13:45:36 -06:00
parent a327ec715d
commit f729ce59fe
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -49,7 +49,7 @@
"vue-tsc": "^0.38.1"
},
"engines": {
"node": "16.x"
"node": ">=16"
}
},
"node_modules/@ampproject/remapping": {

View file

@ -55,6 +55,6 @@
"vue-tsc": "^0.38.1"
},
"engines": {
"node": "16.x"
"node": ">=16"
}
}