chore(): Add engines to all package.json if needed (#5812)

This commit is contained in:
Adrien de Peretti
2023-12-07 17:03:50 +01:00
committed by GitHub
parent 1c90610617
commit 946db51a9b
49 changed files with 145 additions and 1 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
"watch": "tsc --watch"
},
"engines": {
"node": ">=12.13.0"
"node": ">=16"
},
"gitHead": "41a5425405aea5045a26def95c0dc00cf4a5a44d"
}