We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7c441 commit 2ee7883Copy full SHA for 2ee7883
.github/workflows/ci.yml
@@ -12,7 +12,6 @@ jobs:
12
strategy:
13
matrix:
14
node-version:
15
- - 16
16
- 18
17
- 20
18
package.json
@@ -16,7 +16,7 @@
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"engines": {
19
- "node": ">=16"
+ "node": ">=18"
20
},
21
"repository": {
22
"type": "git",
0 commit comments