Skip to content

Commit

Permalink
chore: update dependency cimg/node to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 29, 2022
1 parent d64008c commit a7372c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -60,7 +60,7 @@ commands:
jobs:
node-v14:
docker:
- image: cimg/node:14.19
- image: cimg/node:18.4
auth:
username: smarthrinc
password: $DOCKER_HUB_ACCESS_TOKEN
Expand All @@ -69,7 +69,7 @@ jobs:
- run-npm-test
node-v16:
docker:
- image: cimg/node:16.15
- image: cimg/node:18.4
auth:
username: smarthrinc
password: $DOCKER_HUB_ACCESS_TOKEN
Expand All @@ -79,7 +79,7 @@ jobs:
- run-npm-test
reg-suit:
docker:
- image: cimg/node:16.15-browsers
- image: cimg/node:18.4-browsers
auth:
username: smarthrinc
password: $DOCKER_HUB_ACCESS_TOKEN
Expand Down

0 comments on commit a7372c4

Please sign in to comment.