Upgrade to Node 16

This commit is contained in:
Dennis Reimann
2021-09-10 12:14:37 +02:00
parent c78a15e394
commit 079353be8b
3 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
"repository": "git@github.com:Einundzwanzig-Podcast/einundzwanzig.space.git",
"license": "UNLICENSED",
"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0"
},
"scripts": {
"clean": "rm -rf dist generated && mkdir -p dist generated",