Skip to content

Commit

Permalink
"Force version 20.9 on cimg until bug #370 is fixed on their side"
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanicom committed Nov 2, 2023
1 parent 1f93496 commit f13971c
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 @@ -10,7 +10,7 @@ jobs:
# Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
# See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor
docker:
- image: cimg/node:lts-browsers
- image: cimg/node:20.9-browsers
environment:
CIRCLE_PIPELINE_NUMBER: << pipeline.number >>
# Add steps to the job
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
# Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
# See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor
docker:
- image: "cimg/node:lts"
- image: "cimg/node:20.9"
environment:
CIRCLE_PIPELINE_NUMBER: << pipeline.number >>
# Add steps to the job
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
path: incap/frontend/coverage/lcov-report/index.html
finalize:
docker:
- image: "cimg/node:lts"
- image: "cimg/node:20.9"
environment:
CIRCLE_PIPELINE_NUMBER: << pipeline.number >>
steps:
Expand Down

0 comments on commit f13971c

Please sign in to comment.