fix: publish not building in CI

This commit is contained in:
Gabriel Horner
2026-01-21 17:31:01 -05:00
parent cd8f312b9f
commit a5fe0b8dd5
2 changed files with 2 additions and 3 deletions

View File

@@ -30,8 +30,7 @@ defaults:
env:
CLOJURE_VERSION: '1.11.1.1413'
# This is the same as 1.8.
JAVA_VERSION: '11'
JAVA_VERSION: '21'
# This is the latest node version we can run.
NODE_VERSION: '22'
BABASHKA_VERSION: '1.0.168'

View File

@@ -1,6 +1,6 @@
{:paths ["src" "../../resources"]
:deps
{org.clojure/clojure {:mvn/version "1.11.1"}
{org.clojure/clojure {:mvn/version "1.12.0"}
rum/rum {:git/url "https://github.com/logseq/rum" ;; fork
:sha "5d672bf84ed944414b9f61eeb83808ead7be9127"}