Commit 6fa4894 1 parent 4457d5d commit 6fa4894 Copy full SHA for 6fa4894
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-20.04
16
16
strategy :
17
17
matrix :
18
- node-version : [12 .x, 14 .x, 16 .x]
18
+ node-version : [14 .x, 16 .x, 18 .x]
19
19
steps :
20
20
- uses : actions/checkout@v2
21
21
- name : Use Node.js ${{ matrix.node-version }}
25
25
- run : npm install
26
26
- run : npm run build --if-present
27
27
- run : npm run lint
28
- - run : npm test ${{ contains(matrix.node-version, '16 .x') && ' -- --coverage' || '' }}
28
+ - run : npm test ${{ contains(matrix.node-version, '18 .x') && ' -- --coverage' || '' }}
29
29
env :
30
30
CI : true
31
31
- uses : codecov/codecov-action@v1
32
32
name : Upload coverage to Codecov
33
- if : contains(matrix.node-version, '16 .x')
33
+ if : contains(matrix.node-version, '18 .x')
Original file line number Diff line number Diff line change 13
13
" generate"
14
14
],
15
15
"engines" : {
16
- "node" : " >=12 "
16
+ "node" : " >=14 "
17
17
},
18
18
"license" : " MIT" ,
19
19
"bin" : " ./bin/run" ,
You can’t perform that action at this time.
0 commit comments