mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
chore: bump to latest bb (#12398)
Also bump related setup-clojure action
This commit is contained in:
6
.github/workflows/clj-rtc-e2e.yml
vendored
6
.github/workflows/clj-rtc-e2e.yml
vendored
@@ -22,7 +22,7 @@ env:
|
||||
CLOJURE_VERSION: '1.11.1.1413'
|
||||
# This is the latest node version we can run.
|
||||
NODE_VERSION: '22'
|
||||
BABASHKA_VERSION: '1.0.168'
|
||||
BABASHKA_VERSION: '1.12.215'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
yarn.lock
|
||||
|
||||
- name: Set up Clojure
|
||||
uses: DeLaGuardo/setup-clojure@10.1
|
||||
uses: DeLaGuardo/setup-clojure@13.5
|
||||
with:
|
||||
cli: ${{ env.CLOJURE_VERSION }}
|
||||
bb: ${{ env.BABASHKA_VERSION }}
|
||||
@@ -107,7 +107,7 @@ jobs:
|
||||
node-version: ${{ env.NODE_VERSION }}
|
||||
|
||||
- name: Set up Clojure
|
||||
uses: DeLaGuardo/setup-clojure@10.1
|
||||
uses: DeLaGuardo/setup-clojure@13.5
|
||||
with:
|
||||
cli: ${{ env.CLOJURE_VERSION }}
|
||||
bb: ${{ env.BABASHKA_VERSION }}
|
||||
|
||||
Reference in New Issue
Block a user