diff options
author | 2022-07-11 11:32:53 -0500 | |
---|---|---|
committer | 2022-07-11 11:32:53 -0500 | |
commit | 1cc5b78905633608e5b07ad291f916f54e67feb1 (patch) | |
tree | ec6fa9cfedd7e7d106922884506ec7819aa3aa81 /packages/integrations/vue | |
parent | cb6a973839450dea1705407e1060919c946cca99 (diff) | |
download | astro-1cc5b78905633608e5b07ad291f916f54e67feb1.tar.gz astro-1cc5b78905633608e5b07ad291f916f54e67feb1.tar.zst astro-1cc5b78905633608e5b07ad291f916f54e67feb1.zip |
fix(#3071): update supported node versions (#3871)
Co-authored-by: Nate Moore <nate@astro.build>
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 2281dfc20..4decae04b 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -45,6 +45,6 @@ "vue": "^3.2.30" }, "engines": { - "node": "^14.15.0 || >=16.0.0" + "node": "^14.20.0 || >=16.16.0" } } |