Skip to content

Commit

Permalink
chore(deps): update cimg/node docker tag to v20.7.0 (#11246)
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 Oct 5, 2023
1 parent f6b9953 commit 9251cb5
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 @@ -12,7 +12,7 @@ jobs:

Lint:
docker:
- image: cimg/node:20.6.1
- image: cimg/node:20.7.0
steps:
- checkout
- run: npm version
Expand All @@ -21,15 +21,15 @@ jobs:

Formatting:
docker:
- image: cimg/node:20.6.1
- image: cimg/node:20.7.0
steps:
- checkout
- run: npm ci
- run: npm run check:format

Tests:
docker:
- image: cimg/node:20.6.1
- image: cimg/node:20.7.0
steps:
- checkout
- run: npm run ci:precheck
Expand All @@ -47,7 +47,7 @@ jobs:

BuildTarball:
docker:
- image: cimg/node:20.6.1
- image: cimg/node:20.7.0
steps:
- checkout
- run: npm run ci:precheck
Expand All @@ -64,7 +64,7 @@ jobs:
framework:
type: string
docker:
- image: cimg/node:20.6.1
- image: cimg/node:20.7.0
steps:
- checkout
- attach_workspace:
Expand Down

0 comments on commit 9251cb5

Please sign in to comment.