require node 16 (#151)

This commit is contained in:
lukasIO 2023-11-01 10:47:01 +02:00 committed by GitHub
parent 21c8d425d8
commit a6a9d704be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,5 +27,8 @@
"eslint-config-next": "13.5.6",
"source-map-loader": "^4.0.1",
"typescript": "5.2.2"
},
"engines": {
"node": ">=16"
}
}