Skip to content

Commit

Permalink
Bump to Node 16 (MetaMask#547)
Browse files Browse the repository at this point in the history
Bumps the Node version used for developing our docs to 16. In detail, this means updating the Node version specified in `.nvmrc` and the CircleCI config.
  • Loading branch information
rekmarks authored Sep 13, 2022
1 parent 09b55ba commit 6ca99ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ workflows:
jobs:
prep-deps:
docker:
- image: circleci/node:12
- image: circleci/node:16
steps:
- checkout
- run:
Expand All @@ -38,7 +38,7 @@ jobs:

lint:
docker:
- image: circleci/node:12
- image: circleci/node:16
steps:
- checkout
- attach_workspace:
Expand All @@ -50,7 +50,7 @@ jobs:
build:
docker:
- image: circleci/node:12
- image: circleci/node:16
environment:
- TARGET_BRANCH: gh-pages
steps:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

deploy:
docker:
- image: circleci/node:12
- image: circleci/node:16
environment:
- TARGET_BRANCH: gh-pages
steps:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12
v16

0 comments on commit 6ca99ea

Please sign in to comment.