Skip to content

Commit

Permalink
chore(deps): update cimg/node docker tag to v12.22.8 (#2529)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Dec 19, 2021
1 parent 77e2678 commit 4f3ac25
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 @@ -30,7 +30,7 @@ jobs:
# Platform tests, each with the same tests but different platform or version.
NodeJS 12:
docker:
- image: cimg/node:12.22.7
- image: cimg/node:12.22.8
steps:
- common_test_steps

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
# Other tests, unrelated to typical code tests.
Linting:
docker:
- image: cimg/node:12.22.7
- image: cimg/node:12.22.8
steps:
- oss/install_specific_npm_version:
version: '7'
Expand All @@ -132,7 +132,7 @@ jobs:

Query Check:
docker:
- image: cimg/node:12.22.7
- image: cimg/node:12.22.8
steps:
- oss/install_specific_npm_version:
version: '7'
Expand All @@ -149,7 +149,7 @@ jobs:
Generated Types Check:
docker:
- image: cimg/node:12.22.7
- image: cimg/node:12.22.8
steps:
- oss/install_specific_npm_version:
version: '7'
Expand Down

0 comments on commit 4f3ac25

Please sign in to comment.