Skip to content

Commit

Permalink
Use browsers variant
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcompton committed Dec 21, 2023
1 parent ee5b8bb commit 82b4dcd
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 @@ -25,7 +25,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: cimg/clojure:1.11.1
- image: cimg/clojure:1.11.1-browsers

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:

deploy:
docker:
- image: cimg/clojure:1.11.1
- image: cimg/clojure:1.11.1-browsers

working_directory: ~/repo

Expand Down

0 comments on commit 82b4dcd

Please sign in to comment.