File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments