File tree Expand file tree Collapse file tree 2 files changed +4
-25
lines changed Expand file tree Collapse file tree 2 files changed +4
-25
lines changed Original file line number Diff line number Diff line change 8
8
timeout-minutes : 10
9
9
strategy :
10
10
matrix :
11
- node-version : [14 .x]
11
+ node-version : [18 .x]
12
12
steps :
13
13
- uses : actions/checkout@v2
14
14
- name : Use Node.js ${{ matrix.node-version }}
24
24
timeout-minutes : 10
25
25
strategy :
26
26
matrix :
27
- node-version : [12.x, 14 .x]
27
+ node-version : [18 .x]
28
28
steps :
29
29
- uses : actions/checkout@v2
30
30
- name : Use Node.js ${{ matrix.node-version }}
40
40
timeout-minutes : 10
41
41
strategy :
42
42
matrix :
43
- node-version : [14 .x]
43
+ node-version : [18 .x]
44
44
steps :
45
45
- uses : actions/checkout@v2
46
46
- name : Use Node.js ${{ matrix.node-version }}
50
50
- run : npm install
51
51
- name : Run karma tests
52
52
run : npm run test-karma
53
- coverage :
54
- needs : [test-node, test-karma]
55
- timeout-minutes : 10
56
- runs-on : ubuntu-latest
57
- strategy :
58
- matrix :
59
- node-version : [14.x]
60
- steps :
61
- - uses : actions/checkout@v2
62
- - name : Use Node.js ${{ matrix.node-version }}
63
- uses : actions/setup-node@v1
64
- with :
65
- node-version : ${{ matrix.node-version }}
66
- - run : npm install
67
- - name : Generate coverage report
68
- run : npm run coverage-ci
69
- - name : Upload coverage to Codecov
70
- uses : codecov/codecov-action@v1
71
- with :
72
- file : ./coverage/lcov.info
73
- fail_ci_if_error : true
Original file line number Diff line number Diff line change 39
39
"webpack" : " ^5.24.3"
40
40
},
41
41
"engines" : {
42
- "node" : " >=12 "
42
+ "node" : " >=18 "
43
43
},
44
44
"keywords" : [
45
45
" JSON" ,
You can’t perform that action at this time.
0 commit comments