Skip to content

Commit

Permalink
Update ci deps
Browse files Browse the repository at this point in the history
  • Loading branch information
n2o committed Oct 29, 2024
1 parent daa9f70 commit 88a9998
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
- uses: actions/setup-java@v3
with:
java-version: '16'
distribution: "temurin"
java-version: "21"
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@3.4
with:
cli: 1.10.1.693

- name: Build Project
run: clojure -A:fig/simple

Expand All @@ -34,16 +35,17 @@ jobs:
uses: actions/checkout@v2
with:
persist-credentials: false
- uses: actions/setup-java@v1
- uses: actions/setup-java@v3
with:
java-version: '16'
distribution: "temurin"
java-version: "21"
- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@3.4
with:
cli: 1.10.1.693
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: '12'
node-version: "20"
- name: Build Project
run: |
make web
Expand All @@ -52,4 +54,4 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: resources/public # The folder the action should deploy.
FOLDER: resources/public # The folder the action should deploy.

0 comments on commit 88a9998

Please sign in to comment.