diff --git a/.circleci/config.yml b/.circleci/config.yml index 1ecffa0..4157124 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,7 @@ version: 2 jobs: build: docker: - - image: circleci/node:8.9.3 + - image: circleci/node:12.14 working_directory: ~/paperspace-node steps: - checkout @@ -35,7 +35,7 @@ jobs: publish_npm: working_directory: ~/paperspace-node docker: - - image: circleci/node:8.9.3 + - image: circleci/node:12.14 steps: - checkout - restore_cache: @@ -53,7 +53,7 @@ jobs: publish_github_pages: working_directory: ~/paperspace-node docker: - - image: circleci/node:8.9.3 + - image: circleci/node:12.14 steps: - checkout - restore_cache: diff --git a/.nvmrc b/.nvmrc index 22333f1..3fae442 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -8.9.3 +12.14