Skip to content

Commit f5effd8

Browse files
committed
feat!: drop support for node 18
1 parent 3ec6358 commit f5effd8

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
strategy:
4747
matrix:
48-
node: [18, 20, 22]
48+
node: [20, 22, 24]
4949
os:
5050
- ubuntu-latest
5151
- macos-latest

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
"nuxt",
2626
"astro"
2727
],
28-
"workspaces": [
29-
"playground/*"
30-
],
3128
"exports": {
3229
".": {
3330
"import": {
@@ -141,6 +138,12 @@
141138
"dist",
142139
"yaml.d.ts"
143140
],
141+
"engines": {
142+
"node": ">=20"
143+
},
144+
"workspaces": [
145+
"playground/*"
146+
],
144147
"scripts": {
145148
"build": "tsup",
146149
"dev": "tsup --watch",

0 commit comments

Comments
 (0)