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 3ec6358 commit f5effd8Copy full SHA for f5effd8
.github/workflows/ci.yaml
@@ -45,7 +45,7 @@ jobs:
45
46
strategy:
47
matrix:
48
- node: [18, 20, 22]
+ node: [20, 22, 24]
49
os:
50
- ubuntu-latest
51
- macos-latest
package.json
@@ -25,9 +25,6 @@
25
"nuxt",
26
"astro"
27
],
28
- "workspaces": [
29
- "playground/*"
30
- ],
31
"exports": {
32
".": {
33
"import": {
@@ -141,6 +138,12 @@
141
138
"dist",
142
139
"yaml.d.ts"
143
140
+ "engines": {
+ "node": ">=20"
+ },
144
+ "workspaces": [
145
+ "playground/*"
146
+ ],
147
"scripts": {
148
"build": "tsup",
149
"dev": "tsup --watch",
0 commit comments