Skip to content

Commit

Permalink
try circleci/20.17.0-browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBelov committed Nov 3, 2024
1 parent 03e2ae8 commit 14f0751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/20.17.0-browsers
- image: cimg/20.17.0-browsers

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
deploy:
# see https://circleci.com/blog/deploying-documentation-to-github-pages-with-continuous-integration
docker:
- image: circleci/20.17.0-browsers
- image: circleci/node:16
steps:
- checkout
- attach_workspace:
Expand Down

0 comments on commit 14f0751

Please sign in to comment.