Skip to content

Commit

Permalink
chore(deps): update node.js to v14.17.0 (#105)
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 3, 2021
1 parent ba170de commit 4f66f37
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:14.16.1
- image: circleci/node:14.17.0

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

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

review:
docker:
- image: circleci/node:14.16.1
- image: circleci/node:14.17.0
steps:
- attach_workspace:
at: .
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:

deploy:
docker:
- image: circleci/node:14.16.1
- image: circleci/node:14.17.0
steps:
- attach_workspace:
at: .
Expand Down

0 comments on commit 4f66f37

Please sign in to comment.