Skip to content

Commit

Permalink
🔄 chore(ci-workflow): update actions for setting up Clojure and Chrom…
Browse files Browse the repository at this point in the history
…e in CI workflow
  • Loading branch information
superstructor committed Aug 27, 2023
1 parent 0758ee7 commit 48d7c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
with:
distribution: 'microsoft'
java-version: '17'
- uses: actions/setup-clojure@v11
- uses: DeLaGuardo/setup-clojure@v11
with:
lein: 2.9.1
- uses: actions/setup-chrome@v1
- uses: browser-actions/setup-chrome@v1
- run: npm -g install karma-cli
- run: lein ci

0 comments on commit 48d7c67

Please sign in to comment.