Revert changes to support Node.js v18

This commit is contained in:
Edwin Kofler 2024-12-21 04:57:23 -08:00
parent 527fdbec8a
commit 2ae8e93d53
No known key found for this signature in database
GPG key ID: A1E60C1F1A423B08
2 changed files with 7 additions and 2 deletions

View file

@ -18,7 +18,7 @@
"types": "./source/index.d.ts",
"sideEffects": false,
"engines": {
"node": ">=18"
"node": "^12.17.0 || ^14.13 || >=16.0.0"
},
"scripts": {
"test": "xo && c8 ava && tsd",