diff options
author | 2025-05-22 12:50:33 +0100 | |
---|---|---|
committer | 2025-05-22 12:50:33 +0100 | |
commit | 3c3b492375bd6a63f1fb6cede3685aff999be3c9 (patch) | |
tree | b31da1406ce090db2c7cda50b43ea206968e8d14 /packages/integrations/svelte/package.json | |
parent | 543a2d2756c0ce57dffc3097198234c6cb7d7675 (diff) | |
download | astro-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/svelte/package.json')
-rw-r--r-- | packages/integrations/svelte/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 04fd3c0e1..027ca892f 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -50,7 +50,7 @@ "typescript": "^5.3.3" }, "engines": { - "node": "^18.17.1 || ^20.3.0 || >=22.0.0" + "node": "18.20.8 || ^20.3.0 || >=22.0.0" }, "publishConfig": { "provenance": true |