Просмотр исходного кода

chore(build): update clojure 1.11.1.1413

Andelf 2 лет назад
Родитель
Сommit
23bb5e8b9b

+ 1 - 1
.github/workflows/build-android.yml

@@ -41,7 +41,7 @@ on:
         required: true
 
 env:
-  CLOJURE_VERSION: '1.10.1.763'
+  CLOJURE_VERSION: '1.11.1.1413'
   NODE_VERSION: '18'
   JAVA_VERSION: '17'
 

+ 1 - 1
.github/workflows/build-desktop-release.yml

@@ -47,7 +47,7 @@ on:
     - cron: '0 14 * * MON-FRI'
 
 env:
-  CLOJURE_VERSION: '1.10.1.763'
+  CLOJURE_VERSION: '1.11.1.1413'
   NODE_VERSION: '18'
   JAVA_VERSION: '11'
 

+ 1 - 1
.github/workflows/build-docker.yml

@@ -7,7 +7,7 @@ on:
     types: [released]
 
 env:
-  CLOJURE_VERSION: '1.10.1.763'
+  CLOJURE_VERSION: '1.11.1.1413'
 
 jobs:
 

+ 1 - 1
.github/workflows/build-ios-release.yml

@@ -11,7 +11,7 @@ on:
         default: "master"
 
 env:
-  CLOJURE_VERSION: '1.10.1.763'
+  CLOJURE_VERSION: '1.11.1.1413'
   NODE_VERSION: '18'
   JAVA_VERSION: '11'
 

+ 1 - 1
.github/workflows/build-ios.yml

@@ -16,7 +16,7 @@ on:
       - package.json
 
 env:
-  CLOJURE_VERSION: '1.10.1.763'
+  CLOJURE_VERSION: '1.11.1.1413'
   NODE_VERSION: '18'
   JAVA_VERSION: '11'
 

+ 14 - 9
.github/workflows/build-stage.yml

@@ -7,6 +7,11 @@ on:
   release:
     types: [released]
 
+env:
+  CLOJURE_VERSION: '1.11.1.1413'
+  NODE_VERSION: '18'
+  JAVA_VERSION: '17'
+
 jobs:
   build:
     runs-on: ubuntu-latest
@@ -17,20 +22,20 @@ jobs:
       - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c  # v3.3.0
 
       - name: Setup Java JDK
-        uses: actions/setup-java@v1.4.3
+        uses: actions/setup-java@v3
         with:
-          java-version: 1.8
+          distribution: 'zulu'
+          java-version: ${{ env.JAVA_VERSION }}
 
-      - name: Set up Node
+      - name: Install Node.js, NPM and Yarn
         uses: actions/setup-node@v3
         with:
-            node-version: 18
+          node-version: ${{ env.NODE_VERSION }}
 
-      - name: Install clojure
-        run: |
-          curl -O https://download.clojure.org/install/linux-install-1.10.1.763.sh
-          chmod +x linux-install-1.10.1.763.sh
-          sudo ./linux-install-1.10.1.763.sh
+      - name: Setup clojure
+        uses: DeLaGuardo/[email protected]
+        with:
+          cli: ${{ env.CLOJURE_VERSION }}
 
       - name: Fetch yarn deps
         run: yarn cache clean && yarn install --frozen-lockfile

+ 1 - 1
.github/workflows/build.yml

@@ -11,7 +11,7 @@ on:
       - '*.md'
 
 env:
-  CLOJURE_VERSION: '1.10.1.763'
+  CLOJURE_VERSION: '1.11.1.1413'
   JAVA_VERSION: '11'
   # This is the latest node version we can run.
   NODE_VERSION: '18'

+ 1 - 1
.github/workflows/db.yml

@@ -20,7 +20,7 @@ defaults:
     working-directory: deps/db
 
 env:
-  CLOJURE_VERSION: '1.10.1.763'
+  CLOJURE_VERSION: '1.11.1.1413'
   JAVA_VERSION: '11'
   # This is the latest node version we can run.
   NODE_VERSION: '18'

+ 1 - 1
.github/workflows/e2e.yml

@@ -15,7 +15,7 @@ on:
       - 'e2e-tests/**'
 
 env:
-  CLOJURE_VERSION: '1.10.1.763'
+  CLOJURE_VERSION: '1.11.1.1413'
   JAVA_VERSION: '11'
   # This is the latest node version we can run.
   NODE_VERSION: '18'

+ 1 - 1
.github/workflows/graph-parser.yml

@@ -24,7 +24,7 @@ defaults:
     working-directory: deps/graph-parser
 
 env:
-  CLOJURE_VERSION: '1.10.1.763'
+  CLOJURE_VERSION: '1.11.1.1413'
   # This is the same as 1.8.
   JAVA_VERSION: '11'
   # This is the latest node version we can run.

+ 2 - 2
.github/workflows/logseq-common.yml

@@ -20,7 +20,7 @@ defaults:
     working-directory: deps/common
 
 env:
-  CLOJURE_VERSION: '1.10.1.763'
+  CLOJURE_VERSION: '1.11.1.1413'
   JAVA_VERSION: '11'
   # This is the latest node version we can run.
   NODE_VERSION: '18'
@@ -109,4 +109,4 @@ jobs:
         run: bb lint:large-vars
 
       - name: Lint for namespaces that aren't documented
-        run: bb lint:ns-docstrings
+        run: bb lint:ns-docstrings

+ 1 - 1
.github/workflows/publishing.yml

@@ -24,7 +24,7 @@ defaults:
     working-directory: deps/publishing
 
 env:
-  CLOJURE_VERSION: '1.10.1.763'
+  CLOJURE_VERSION: '1.11.1.1413'
   # This is the same as 1.8.
   JAVA_VERSION: '11'
   # This is the latest node version we can run.