summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Matt Kane <m@mk.gg> 2025-05-22 12:50:33 +0100
committerGravatar GitHub <noreply@github.com> 2025-05-22 12:50:33 +0100
commit3c3b492375bd6a63f1fb6cede3685aff999be3c9 (patch)
treeb31da1406ce090db2c7cda50b43ea206968e8d14 /packages/integrations/vue
parent543a2d2756c0ce57dffc3097198234c6cb7d7675 (diff)
downloadastro-3c3b492375bd6a63f1fb6cede3685aff999be3c9.tar.gz
astro-3c3b492375bd6a63f1fb6cede3685aff999be3c9.tar.zst
astro-3c3b492375bd6a63f1fb6cede3685aff999be3c9.zip
fix: increase minimum Node version to 18.20.8 (#13809)
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com> Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com> Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com> Co-authored-by: yanthomasdev <61414485+yanthomasdev@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r--packages/integrations/vue/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index d82c77a31..97de0f267 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -54,7 +54,7 @@
"vue": "^3.2.30"
},
"engines": {
- "node": "^18.17.1 || ^20.3.0 || >=22.0.0"
+ "node": "18.20.8 || ^20.3.0 || >=22.0.0"
},
"publishConfig": {
"provenance": true