Raise required version of Node.js to 18 (#20538)

This commit is contained in:
Jon Koops 2023-05-24 14:11:23 +02:00 committed by GitHub
parent 0a46930962
commit 41b9a75f1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
],
"types": "lib/index.d.ts",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": "^18"
},
"scripts": {
"build": "wireit",