Skip to content

Commit a444184

Browse files
committed
Update script Node version to LTS
1 parent 3a2159a commit a444184

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/check-and-run-apollo-cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Only major and minor version should be specified here
22
REQUIRED_APOLLO_CLI_VERSION=2.16
33
# Specify fully qualified version here. Ideally this should be a LTS version.
4-
REQUIRED_NODE_VERSION=8.15.0
4+
REQUIRED_NODE_VERSION=10.16.0
55

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

0 commit comments

Comments
 (0)