1
0
Fork 0

chore: Update engine to NodeJS 16

This commit is contained in:
joostdecock 2022-08-24 09:46:42 +02:00
parent 217bb8588d
commit 1e67a95fe0
83 changed files with 166 additions and 166 deletions

View file

@ -56,7 +56,7 @@
"tag": "next"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6"
"node": ">=16.0.0",
"npm": ">=8"
}
}