From 4638907e66161f3ef9e20694357f320827103812 Mon Sep 17 00:00:00 2001 From: Ryan Lubke Date: Fri, 8 Aug 2025 07:49:40 -0700 Subject: [PATCH] Update to latest Coherence 14.1.2 release. --- .github/workflows/build.yml | 2 +- .github/workflows/discovery.yml | 2 +- .github/workflows/release.yml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c088468..3a9752e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: fail-fast: false matrix: node-version: [20.x, 22.x, 24.x] - coherence-version: [22.06.12, 14.1.2-0-2, 25.03.2] + coherence-version: [22.06.12, 14.1.2-0-3, 25.03.2] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/discovery.yml b/.github/workflows/discovery.yml index 10cd8e7..b266442 100644 --- a/.github/workflows/discovery.yml +++ b/.github/workflows/discovery.yml @@ -28,7 +28,7 @@ jobs: fail-fast: false matrix: node-version: [20.x, 22.x, 24.x] - coherence-version: [22.06.12, 14.1.2-0-2, 25.03.2] + coherence-version: [22.06.12, 14.1.2-0-3, 25.03.2] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68cb06d..a3c9195 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,7 @@ jobs: # run unit tests - run: COHERENCE_VERSION=22.06.12 npm run test-cycle - run: COHERENCE_VERSION=25.03.2 npm run test-cycle + - run: COHERENCE_VERSION=14.1.2-0-3 npm run test-cycle - run: npm install --no-save typedoc # generate dist which runs other tasks - run: npm run dist