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