File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 58
58
fail-fast : false
59
59
matrix :
60
60
adaptor : ${{ fromJSON(needs.changes.outputs.adaptor) }}
61
- node-version : [14.x, 16.x]
61
+ node-version : [14.x, 16.x, 18.x ]
62
62
steps :
63
63
- uses : actions/checkout@v3
64
64
- name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v3
12
- - name : Use Node.js 16 .x
12
+ - name : Use Node.js 18 .x
13
13
uses : actions/setup-node@v3
14
14
with :
15
- node-version : 16 .x
15
+ node-version : 18 .x
16
16
- name : Publish Caliper
17
17
run : .build/publish-caliper.sh
18
18
env :
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
strategy :
14
14
matrix :
15
- node-version : [14.x, 16.x]
15
+ node-version : [14.x, 16.x, 18.x ]
16
16
steps :
17
17
- uses : actions/checkout@v3
18
18
- name : Use Node.js ${{ matrix.node-version }}
41
41
- name : Run unit tests
42
42
run : npm test --workspaces
43
43
- name : Upload coverage reports artifact
44
- if : matrix.node-version == '16 .x'
44
+ if : matrix.node-version == '18 .x'
45
45
uses : actions/upload-artifact@v3
46
46
with :
47
47
name : coverage-reports
You can’t perform that action at this time.
0 commit comments