|
|
@@ -48,7 +48,7 @@ on:
|
|
|
|
|
|
env:
|
|
|
CLOJURE_VERSION: '1.11.1.1413'
|
|
|
- NODE_VERSION: '20'
|
|
|
+ NODE_VERSION: '22'
|
|
|
JAVA_VERSION: '11'
|
|
|
|
|
|
jobs:
|
|
|
@@ -62,12 +62,12 @@ jobs:
|
|
|
# exit 1
|
|
|
|
|
|
- name: Check out Git repository
|
|
|
- uses: actions/checkout@v3
|
|
|
+ uses: actions/checkout@v4
|
|
|
with:
|
|
|
ref: ${{ github.event.inputs.git-ref }}
|
|
|
|
|
|
- name: Install Node.js, NPM and Yarn
|
|
|
- uses: actions/setup-node@v3
|
|
|
+ uses: actions/setup-node@v4
|
|
|
with:
|
|
|
node-version: ${{ env.NODE_VERSION }}
|
|
|
|
|
|
@@ -76,7 +76,7 @@ jobs:
|
|
|
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
|
|
|
|
|
|
- name: Cache yarn cache directory
|
|
|
- uses: actions/cache@v3
|
|
|
+ uses: actions/cache@v4
|
|
|
id: yarn-cache
|
|
|
with:
|
|
|
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
|
|
@@ -85,13 +85,13 @@ jobs:
|
|
|
${{ runner.os }}-yarn-
|
|
|
|
|
|
- name: Setup Java JDK
|
|
|
- uses: actions/setup-java@v3
|
|
|
+ uses: actions/setup-java@v4
|
|
|
with:
|
|
|
distribution: 'zulu'
|
|
|
java-version: ${{ env.JAVA_VERSION }}
|
|
|
|
|
|
- name: Cache clojure deps
|
|
|
- uses: actions/cache@v3
|
|
|
+ uses: actions/cache@v4
|
|
|
with:
|
|
|
path: |
|
|
|
~/.m2/repository
|
|
|
@@ -180,7 +180,7 @@ jobs:
|
|
|
needs: [ compile-cljs ]
|
|
|
steps:
|
|
|
- name: Checkout
|
|
|
- uses: actions/checkout@v3
|
|
|
+ uses: actions/checkout@v4
|
|
|
|
|
|
- name: Download The Static Asset
|
|
|
uses: actions/download-artifact@v4
|
|
|
@@ -189,7 +189,7 @@ jobs:
|
|
|
path: static
|
|
|
|
|
|
- name: Set up Node
|
|
|
- uses: actions/setup-node@v3
|
|
|
+ uses: actions/setup-node@v4
|
|
|
with:
|
|
|
node-version: ${{ env.NODE_VERSION }}
|
|
|
cache: 'yarn'
|
|
|
@@ -239,12 +239,12 @@ jobs:
|
|
|
echo "version=$pkgver" >> $GITHUB_OUTPUT
|
|
|
|
|
|
- name: Install Node.js, NPM and Yarn
|
|
|
- uses: actions/setup-node@v3
|
|
|
+ uses: actions/setup-node@v4
|
|
|
with:
|
|
|
node-version: ${{ env.NODE_VERSION }}
|
|
|
|
|
|
# - name: Cache Node Modules
|
|
|
- # uses: actions/cache@v3
|
|
|
+ # uses: actions/cache@v4
|
|
|
# with:
|
|
|
# path: |
|
|
|
# **/node_modules
|
|
|
@@ -285,7 +285,7 @@ jobs:
|
|
|
echo "version=$pkgver" >> $GITHUB_OUTPUT
|
|
|
|
|
|
- name: Install Node.js, NPM and Yarn
|
|
|
- uses: actions/setup-node@v3
|
|
|
+ uses: actions/setup-node@v4
|
|
|
with:
|
|
|
node-version: ${{ env.NODE_VERSION }}
|
|
|
|
|
|
@@ -337,12 +337,12 @@ jobs:
|
|
|
run: echo "version=$(cat ./static/VERSION)" >> $env:GITHUB_OUTPUT
|
|
|
|
|
|
- name: Install Node.js, NPM and Yarn
|
|
|
- uses: actions/setup-node@v3
|
|
|
+ uses: actions/setup-node@v4
|
|
|
with:
|
|
|
node-version: ${{ env.NODE_VERSION }}
|
|
|
|
|
|
# - name: Cache Node Modules
|
|
|
- # uses: actions/cache@v3
|
|
|
+ # uses: actions/cache@v4
|
|
|
# with:
|
|
|
# path: |
|
|
|
# **/node_modules
|
|
|
@@ -416,7 +416,7 @@ jobs:
|
|
|
run: ls -al ./static
|
|
|
|
|
|
- name: Install Node.js, NPM and Yarn
|
|
|
- uses: actions/setup-node@v3
|
|
|
+ uses: actions/setup-node@v4
|
|
|
with:
|
|
|
node-version: ${{ env.NODE_VERSION }}
|
|
|
|
|
|
@@ -429,7 +429,7 @@ jobs:
|
|
|
id: yarn-cache-dir-path
|
|
|
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
|
|
|
- name: Cache yarn cache directory
|
|
|
- uses: actions/cache@v3
|
|
|
+ uses: actions/cache@v4
|
|
|
id: yarn-cache
|
|
|
with:
|
|
|
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
|
|
@@ -445,7 +445,7 @@ jobs:
|
|
|
p12-password: ${{ secrets.APPLE_CERTIFICATES_P12_PASSWORD }}
|
|
|
|
|
|
# - name: Cache Node Modules
|
|
|
- # uses: actions/cache@v3
|
|
|
+ # uses: actions/cache@v4
|
|
|
# with:
|
|
|
# path: |
|
|
|
# **/node_modules
|
|
|
@@ -489,7 +489,7 @@ jobs:
|
|
|
echo "version=$pkgver" >> $GITHUB_OUTPUT
|
|
|
|
|
|
- name: Install Node.js, NPM and Yarn
|
|
|
- uses: actions/setup-node@v3
|
|
|
+ uses: actions/setup-node@v4
|
|
|
with:
|
|
|
node-version: ${{ env.NODE_VERSION }}
|
|
|
|
|
|
@@ -497,7 +497,7 @@ jobs:
|
|
|
id: yarn-cache-dir-path
|
|
|
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
|
|
|
- name: Cache yarn cache directory
|
|
|
- uses: actions/cache@v3
|
|
|
+ uses: actions/cache@v4
|
|
|
id: yarn-cache
|
|
|
with:
|
|
|
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
|
|
@@ -518,7 +518,7 @@ jobs:
|
|
|
p12-password: ${{ secrets.APPLE_CERTIFICATES_P12_PASSWORD }}
|
|
|
|
|
|
# - name: Cache Node Modules
|
|
|
- # uses: actions/cache@v3
|
|
|
+ # uses: actions/cache@v4
|
|
|
# with:
|
|
|
# path: |
|
|
|
# **/node_modules
|