diff --git a/.nvmrc b/.nvmrc index a2f28f4..73bffb0 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -8.4.0 +10.17.0 diff --git a/circle.yml b/circle.yml index ded153c..63b9c78 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,6 @@ machine: node: - version: 8.4.0 + version: 10.17.0 test: override: - npm test -- --coverage