Skip to content

Commit

Permalink
chore(deps): update node docker digests in circleci docker tags to v1…
Browse files Browse the repository at this point in the history
…4.16.1 (#94)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Apr 13, 2021
1 parent 5c5053d commit c23ae0f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ commands:
jobs:
build:
docker:
- image: cimg/node:14.16.0
- image: cimg/node:14.16.1
steps:
- checkout
- berry-install-packages
Expand All @@ -23,15 +23,15 @@ jobs:

lint-prettier:
docker:
- image: cimg/node:14.16.0
- image: cimg/node:14.16.1
steps:
- checkout
- berry-install-packages
- run: yarn run lint:prettier

lint-eslint:
docker:
- image: cimg/node:14.16.0
- image: cimg/node:14.16.1
steps:
- checkout
- berry-install-packages
Expand All @@ -51,15 +51,15 @@ jobs:

ts-check:
docker:
- image: circleci/node:14.16.0
- image: circleci/node:14.16.1
steps:
- checkout
- berry-install-packages
- run: yarn run ts-check

test-small:
docker:
- image: cimg/node:14.16.0
- image: cimg/node:14.16.1
steps:
- checkout
- berry-install-packages
Expand All @@ -82,7 +82,7 @@ jobs:

test-medium:
docker:
- image: cimg/node:14.16.0
- image: cimg/node:14.16.1
steps:
- checkout
- berry-install-packages
Expand All @@ -107,7 +107,7 @@ jobs:
environment:
NEO4J_TEST_URL: bolt://localhost:7687
docker:
- image: cimg/node:14.16.0
- image: cimg/node:14.16.1
- image: neo4j:4.2.5
environment:
NEO4J_AUTH: none
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:

test-e2e:
docker:
- image: cimg/node:14.16.0
- image: cimg/node:14.16.1
steps:
- checkout
- berry-install-packages
Expand Down

0 comments on commit c23ae0f

Please sign in to comment.