Skip to content

Commit 2ee7883

Browse files
committed
feat: dropping support for node 16
1 parent 8a7c441 commit 2ee7883

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
strategy:
1313
matrix:
1414
node-version:
15-
- 16
1615
- 18
1716
- 20
1817

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"module": "dist/index.mjs",
1717
"types": "dist/index.d.ts",
1818
"engines": {
19-
"node": ">=16"
19+
"node": ">=18"
2020
},
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)