Change node version compatibility to >=16

This commit is contained in:
jakub791 2023-05-03 22:04:49 +02:00
parent dbdcf19b6d
commit 655fb9230d

View file

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