Enforce Node.js version (v16.19.0)

This commit is contained in:
Paul Nicoué 2023-02-07 12:58:43 +01:00
parent f6ecaaf184
commit 03155976e6
3 changed files with 5 additions and 0 deletions

1
.npmrc Normal file
View file

@ -0,0 +1 @@
engine-strict=true

1
.nvmrc Normal file
View file

@ -0,0 +1 @@
v16.19.0

View file

@ -17,6 +17,9 @@
"vee-validate": "^4.7.3",
"yup": "^0.32.11"
},
"engines": {
"node": "16.19.0"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",