summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Chris Swithinbank <swithinbank@gmail.com> 2022-07-15 14:15:04 +0200
committerGravatar GitHub <noreply@github.com> 2022-07-15 08:15:04 -0400
commit31f9c0bf029ffa4b470e620f2c32e1370643e81e (patch)
tree2b30f332639eda9a2147dfa816e0f04fb841b1de /packages/integrations/react
parentf7fa39e682f6039e4f14102f8cd69ff2ba71b3e3 (diff)
downloadastro-31f9c0bf029ffa4b470e620f2c32e1370643e81e.tar.gz
astro-31f9c0bf029ffa4b470e620f2c32e1370643e81e.tar.zst
astro-31f9c0bf029ffa4b470e620f2c32e1370643e81e.zip
Roll back supported Node engines (#3937)
Fixes #3936
Diffstat (limited to 'packages/integrations/react')
-rw-r--r--packages/integrations/react/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index a1d120693..7e062ae83 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -50,6 +50,6 @@
"react-dom": "^17.0.2 || ^18.0.0"
},
"engines": {
- "node": "^14.20.0 || >=16.14.0"
+ "node": "^14.18.0 || >=16.12.0"
}
}