Skip to content

Commit

Permalink
chore(deps): update cimg/node docker tag to v19.7.0 (apollographql#10605
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 3, 2023
1 parent f8fed6b commit 7823843
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
Filesize:
docker:
- image: cimg/node:19.6.1
- image: cimg/node:19.7.0
steps:
- checkout
- run: npm version
Expand All @@ -12,7 +12,7 @@ jobs:

Lint:
docker:
- image: cimg/node:19.6.1
- image: cimg/node:19.7.0
steps:
- checkout
- run: npm version
Expand All @@ -21,7 +21,7 @@ jobs:

Tests:
docker:
- image: cimg/node:19.6.1
- image: cimg/node:19.7.0
steps:
- checkout
- run: npm run ci:precheck
Expand Down

0 comments on commit 7823843

Please sign in to comment.