Use node version 16 and higher

This commit is contained in:
Alf Sebastian Houge
2023-02-04 21:14:26 +01:00
parent df2d7288df
commit b386012e13
2 changed files with 2 additions and 2 deletions

View File

@@ -82,6 +82,6 @@
"@vue/cli-plugin-unit-jest/babel-jest": "25.1.x"
},
"engines": {
"node": ">=10.13.3"
"node": ">=16.0.0"
}
}