Skip to content

Commit 212f9dd

Browse files
Merge pull request #672 from giladronat/script/update-lts
Update script Node version to LTS
2 parents 3a2159a + a444184 commit 212f9dd

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)