Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #132 from etn-ccis/fix/blui-5381-update-ci-image
Browse files Browse the repository at this point in the history
Update docker image
  • Loading branch information
surajeaton authored Mar 6, 2024
2 parents d12239b + 0dd91d6 commit d0f854e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build_shared:
working_directory: ~/react-auth-shared
docker:
- image: cimg/node:14.19.0-browsers
- image: cimg/node:18.17.0-browsers
resource_class: large
steps:
- checkout
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
coverage_report:
working_directory: ~/react-auth-shared
docker:
- image: cimg/node:14.19.0-browsers
- image: cimg/node:18.17.0-browsers
steps:
- checkout
- attach_workspace:
Expand All @@ -57,7 +57,7 @@ jobs:

publish:
docker:
- image: cimg/node:14.19.0-browsers
- image: cimg/node:18.17.0-browsers
steps:
- checkout
- attach_workspace:
Expand Down

0 comments on commit d0f854e

Please sign in to comment.