We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a2159a + a444184 commit 212f9ddCopy full SHA for 212f9dd
1 file changed
scripts/check-and-run-apollo-cli.sh
@@ -1,7 +1,7 @@
1
# Only major and minor version should be specified here
2
REQUIRED_APOLLO_CLI_VERSION=2.16
3
# Specify fully qualified version here. Ideally this should be a LTS version.
4
-REQUIRED_NODE_VERSION=8.15.0
+REQUIRED_NODE_VERSION=10.16.0
5
6
# Using npx to execute 'apollo' looks for a local install in node_modules before checking $PATH (for a global install)
7
APOLLO_CLI="npx --no-install apollo"
0 commit comments