Skip to content

Commit

Permalink
chore(deps): update node.js to v16.3.0 (#122)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jun 7, 2021
1 parent c07dc10 commit aeb905b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build-linux-and-osx:
docker:
# specify the version you desire here
- image: circleci/node:16.2.0
- image: circleci/node:16.3.0

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
test-linux:
docker:
# specify the version you desire here
- image: circleci/node:16.2.0
- image: circleci/node:16.3.0
steps:
- checkout
- attach_workspace:
Expand All @@ -197,7 +197,7 @@ jobs:

test-linux-without-git:
docker:
- image: circleci/node:16.2.0
- image: circleci/node:16.3.0
steps:
- attach_workspace:
# TODO: Determine why we use the cwd on Linex and not on other operating systems.
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:

review:
docker:
- image: circleci/node:16.2.0
- image: circleci/node:16.3.0
steps:
- attach_workspace:
at: .
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:

deploy:
docker:
- image: circleci/node:16.2.0
- image: circleci/node:16.3.0
steps:
- attach_workspace:
at: .
Expand Down

0 comments on commit aeb905b

Please sign in to comment.