Skip to content

Commit 4f3ac25

Browse files
chore(deps): update cimg/node docker tag to v12.22.8 (#2529)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 77e2678 commit 4f3ac25

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
@@ -30,7 +30,7 @@ jobs:
3030
# Platform tests, each with the same tests but different platform or version.
3131
NodeJS 12:
3232
docker:
33-
- image: cimg/node:12.22.7
33+
- image: cimg/node:12.22.8
3434
steps:
3535
- common_test_steps
3636

@@ -121,7 +121,7 @@ jobs:
121121
# Other tests, unrelated to typical code tests.
122122
Linting:
123123
docker:
124-
- image: cimg/node:12.22.7
124+
- image: cimg/node:12.22.8
125125
steps:
126126
- oss/install_specific_npm_version:
127127
version: '7'
@@ -132,7 +132,7 @@ jobs:
132132

133133
Query Check:
134134
docker:
135-
- image: cimg/node:12.22.7
135+
- image: cimg/node:12.22.8
136136
steps:
137137
- oss/install_specific_npm_version:
138138
version: '7'
@@ -149,7 +149,7 @@ jobs:
149149
150150
Generated Types Check:
151151
docker:
152-
- image: cimg/node:12.22.7
152+
- image: cimg/node:12.22.8
153153
steps:
154154
- oss/install_specific_npm_version:
155155
version: '7'

0 commit comments

Comments
 (0)