File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 28
28
fail-fast : false
29
29
matrix :
30
30
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]
32
32
33
33
steps :
34
34
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 28
28
fail-fast : false
29
29
matrix :
30
30
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]
32
32
33
33
steps :
34
34
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 39
39
# run unit tests
40
40
- run : COHERENCE_VERSION=22.06.12 npm run test-cycle
41
41
- run : COHERENCE_VERSION=25.03.2 npm run test-cycle
42
+ - run : COHERENCE_VERSION=14.1.2-0-3 npm run test-cycle
42
43
- run : npm install --no-save typedoc
43
44
# generate dist which runs other tasks
44
45
- run : npm run dist
You can’t perform that action at this time.
0 commit comments