ci: update actions and build deps

This commit is contained in:
Andelf
2023-02-21 23:02:58 +08:00
parent 664afd827c
commit f6d4560044
10 changed files with 82 additions and 87 deletions

View File

@@ -20,9 +20,8 @@ defaults:
working-directory: deps/db
env:
CLOJURE_VERSION: '1.10.1.727'
# This is the same as 1.8.
JAVA_VERSION: '8'
CLOJURE_VERSION: '1.10.1.763'
JAVA_VERSION: '11'
# This is the latest node version we can run.
NODE_VERSION: '18'
BABASHKA_VERSION: '1.0.168'
@@ -49,7 +48,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
- name: Set up Clojure
uses: DeLaGuardo/setup-clojure@master
uses: DeLaGuardo/setup-clojure@10.1
with:
cli: ${{ env.CLOJURE_VERSION }}
bb: ${{ env.BABASHKA_VERSION }}
@@ -75,7 +74,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
- name: Set up Clojure
uses: DeLaGuardo/setup-clojure@master
uses: DeLaGuardo/setup-clojure@10.1
with:
cli: ${{ env.CLOJURE_VERSION }}
bb: ${{ env.BABASHKA_VERSION }}