Skip to content

Commit 88f7d90

Browse files
chore(deps): update cimg/node docker tag to v14.16.1 (#35)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 870740e commit 88f7d90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ commands:
2121
jobs:
2222
build:
2323
docker:
24-
- image: cimg/node:14.16.0
24+
- image: cimg/node:14.16.1
2525
steps:
2626
- checkout
2727
- install-packages
@@ -31,15 +31,15 @@ jobs:
3131

3232
lint-prettier:
3333
docker:
34-
- image: cimg/node:14.16.0
34+
- image: cimg/node:14.16.1
3535
steps:
3636
- checkout
3737
- install-packages
3838
- run: npm run lint:prettier
3939

4040
lint-eslint:
4141
docker:
42-
- image: cimg/node:14.16.0
42+
- image: cimg/node:14.16.1
4343
steps:
4444
- checkout
4545
- install-packages
@@ -49,7 +49,7 @@ jobs:
4949

5050
ts-check:
5151
docker:
52-
- image: cimg/node:14.16.0
52+
- image: cimg/node:14.16.1
5353
steps:
5454
- checkout
5555
- install-packages

0 commit comments

Comments
 (0)