mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: publish not building in CI
This commit is contained in:
3
.github/workflows/deps-publish.yml
vendored
3
.github/workflows/deps-publish.yml
vendored
@@ -30,8 +30,7 @@ defaults:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
CLOJURE_VERSION: '1.11.1.1413'
|
CLOJURE_VERSION: '1.11.1.1413'
|
||||||
# This is the same as 1.8.
|
JAVA_VERSION: '21'
|
||||||
JAVA_VERSION: '11'
|
|
||||||
# This is the latest node version we can run.
|
# This is the latest node version we can run.
|
||||||
NODE_VERSION: '22'
|
NODE_VERSION: '22'
|
||||||
BABASHKA_VERSION: '1.0.168'
|
BABASHKA_VERSION: '1.0.168'
|
||||||
|
|||||||
2
deps/publish/deps.edn
vendored
2
deps/publish/deps.edn
vendored
@@ -1,6 +1,6 @@
|
|||||||
{:paths ["src" "../../resources"]
|
{:paths ["src" "../../resources"]
|
||||||
:deps
|
: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
|
rum/rum {:git/url "https://github.com/logseq/rum" ;; fork
|
||||||
:sha "5d672bf84ed944414b9f61eeb83808ead7be9127"}
|
:sha "5d672bf84ed944414b9f61eeb83808ead7be9127"}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user