Skip to content

Commit c8da72f

Browse files
authored
Update to latest Coherence 14.1.2 release. (#149)
1 parent 7b25fcf commit c8da72f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
node-version: [20.x, 22.x, 24.x]
31-
coherence-version: [22.06.12, 14.1.2-0-2, 25.03.2]
31+
coherence-version: [22.06.12, 14.1.2-0-3, 25.03.2]
3232

3333
steps:
3434
- uses: actions/checkout@v4

.github/workflows/discovery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
node-version: [20.x, 22.x, 24.x]
31-
coherence-version: [22.06.12, 14.1.2-0-2, 25.03.2]
31+
coherence-version: [22.06.12, 14.1.2-0-3, 25.03.2]
3232

3333
steps:
3434
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
# run unit tests
4040
- run: COHERENCE_VERSION=22.06.12 npm run test-cycle
4141
- run: COHERENCE_VERSION=25.03.2 npm run test-cycle
42+
- run: COHERENCE_VERSION=14.1.2-0-3 npm run test-cycle
4243
- run: npm install --no-save typedoc
4344
# generate dist which runs other tasks
4445
- run: npm run dist

0 commit comments

Comments
 (0)