summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2022-07-11 11:32:53 -0500
committerGravatar GitHub <noreply@github.com> 2022-07-11 11:32:53 -0500
commit1cc5b78905633608e5b07ad291f916f54e67feb1 (patch)
treeec6fa9cfedd7e7d106922884506ec7819aa3aa81 /packages/integrations/vue
parentcb6a973839450dea1705407e1060919c946cca99 (diff)
downloadastro-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.json2
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"
}
}