Skip to content

Commit 79f74f5

Browse files
committed
feat!: drop nodejs v16 support
1 parent 1eb710f commit 79f74f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
"test:unit": "vitest --run --coverage --single-thread --no-threads",
2828
"test": "pnpm run /^test:/"
2929
},
30+
"engines": {
31+
"node": "^18.0.0 || >=20.0.0"
32+
},
3033
"publishConfig": {
3134
"access": "public"
3235
},
@@ -126,4 +129,4 @@
126129
"vitest": "^0.34.6",
127130
"vue": "^3.3.9"
128131
}
129-
}
132+
}

0 commit comments

Comments
 (0)