Skip to content

Commit

Permalink
build(node): Use Node 14 (#729)
Browse files Browse the repository at this point in the history
* build(deps): Upgrade dependencies to allow Node 14

* build(deps): Standardize on node 14.15.3

* build(deps): Use node 14 for deploying storybook

Co-authored-by: Dave Methvin <[email protected]>
  • Loading branch information
ahobson and Dave Methvin authored Dec 22, 2020
1 parent 10dd417 commit db7dc29
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -39,4 +39,4 @@ workflows:
- build:
context:
- org-global


2 changes: 1 addition & 1 deletion .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.16.2
14.15.3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lib"
],
"engines": {
"node": "10.x - 12.x"
"node": "10.x - 14.x"
},
"scripts": {
"test": "jest",
Expand Down

0 comments on commit db7dc29

Please sign in to comment.