diff --git a/.circleci/config.yml b/.circleci/config.yml index d68b5596eb..1183f165fa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ jobs: - auth: password: $DOCKER_PASSWORD username: $DOCKER_USERNAME - image: circleci/node:12.16.2 + image: circleci/node:14.15.3 working_directory: ~/react-uswds steps: - checkout @@ -39,4 +39,4 @@ workflows: - build: context: - org-global - \ No newline at end of file + diff --git a/.github/workflows/deploy-storybook.yml b/.github/workflows/deploy-storybook.yml index 230b849827..98b7add8d8 100644 --- a/.github/workflows/deploy-storybook.yml +++ b/.github/workflows/deploy-storybook.yml @@ -16,7 +16,7 @@ jobs: - name: Set up node uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '14.x' - name: Get yarn cache directory path id: yarn-cache-dir-path diff --git a/.node-version b/.node-version index d494f460a4..19c4c189d3 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -12.16.2 +14.15.3 diff --git a/package.json b/package.json index 12c58ae286..285eed22f3 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "lib" ], "engines": { - "node": "10.x - 12.x" + "node": "10.x - 14.x" }, "scripts": { "test": "jest",