Skip to content

Commit

Permalink
chore(deps): update cimg/node docker tag to v14.16.0 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 22, 2021
1 parent 4100368 commit 4d6e531
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ commands:
jobs:
build:
docker:
- image: cimg/node:14.15.3
- image: cimg/node:14.16.0
steps:
- checkout
- install-packages
Expand All @@ -31,15 +31,15 @@ jobs:

lint-prettier:
docker:
- image: cimg/node:14.15.3
- image: cimg/node:14.16.0
steps:
- checkout
- install-packages
- run: npm run lint:prettier

lint-eslint:
docker:
- image: cimg/node:14.15.3
- image: cimg/node:14.16.0
steps:
- checkout
- install-packages
Expand All @@ -49,7 +49,7 @@ jobs:

ts-check:
docker:
- image: cimg/node:14.15.3
- image: cimg/node:14.16.0
steps:
- checkout
- install-packages
Expand Down

0 comments on commit 4d6e531

Please sign in to comment.