Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/check-and-run-apollo-cli.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Only major and minor version should be specified here
REQUIRED_APOLLO_CLI_VERSION=2.16
# Specify fully qualified version here. Ideally this should be a LTS version.
REQUIRED_NODE_VERSION=8.15.0
REQUIRED_NODE_VERSION=10.16.0

# Using npx to execute 'apollo' looks for a local install in node_modules before checking $PATH (for a global install)
APOLLO_CLI="npx --no-install apollo"
Expand Down