File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
build :
13
13
runs-on : ubuntu-latest
14
- strategy :
15
- matrix :
16
- node-version : [6, 14, 22]
17
14
18
15
steps :
19
16
- uses : actions/checkout@v4
20
17
21
- - name : Setup Node.js ${{ matrix.node-version }}
18
+ - name : Setup Node.js
22
19
uses : actions/setup-node@v4
23
20
with :
24
- node-version : ${{ matrix.node-version }}
21
+ node-version : 22
25
22
cache : ' npm'
26
23
27
24
- name : Install dependencies
35
32
with :
36
33
token : ${{ secrets.CODECOV_TOKEN }}
37
34
files : ./coverage/coverage-final.json
38
- flags : node-${{ matrix.node-version }}
39
35
name : codecov-umbrella
40
36
fail_ci_if_error : true
Original file line number Diff line number Diff line change 47
47
"require" : " ./dist/list.cjs.js"
48
48
},
49
49
"engines" : {
50
- "node" : " ^22.14 .0"
50
+ "node" : " >=6.0 .0"
51
51
},
52
52
"scripts" : {
53
53
"test" : " npm run lint && npm run test:unit" ,
You can’t perform that action at this time.
0 commit comments