Bump minimum node requirement to v18 (#154)

This commit is contained in:
lukasIO 2023-11-06 09:53:15 +02:00 committed by GitHub
parent 9945426d68
commit 13aef8047d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,6 @@
"typescript": "5.2.2"
},
"engines": {
"node": ">=16"
"node": ">=18"
}
}