Skip to content

Commit f666e91

Browse files
committed
modernise the dependencies
1 parent 8563a4c commit f666e91

File tree

6 files changed

+4041
-2826
lines changed

6 files changed

+4041
-2826
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [14.x, 16.x, 18.x, 19.x]
14+
node-version: [16.x, 18.x, 20.x]
1515

1616
steps:
1717
- uses: actions/checkout@v3
@@ -28,6 +28,8 @@ jobs:
2828
- name: Unit tests
2929
run: npm run test
3030
- name: Coverage
31-
run: |
32-
npm run coverage
33-
# npm run codecov
31+
run: npm run coverage
32+
- name: Codecov upload
33+
uses: codecov/codecov-action@v3
34+
with:
35+
token: ${{ secrets.CODECOV_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://github.com/baxtree/wiki2ssml/actions/workflows/ci-pipeline.yml/badge.svg?branch=master)](https://github.com/baxtree/wiki2ssml/actions/workflows/ci-pipeline.yml?query=branch%3Amaster) ![Codecov](https://img.shields.io/codecov/c/github/baxtree/wiki2ssml) ![Node](https://img.shields.io/static/v1?label=node.js&message=≥6.4.0&color=green) [![GitHub license](https://img.shields.io/github/license/baxtree/wiki2ssml)](https://github.com/baxtree/wiki2ssml/blob/master/LICENSE)
1+
[![Build Status](https://github.com/baxtree/wiki2ssml/actions/workflows/ci-pipeline.yml/badge.svg?branch=master)](https://github.com/baxtree/wiki2ssml/actions/workflows/ci-pipeline.yml?query=branch%3Amaster) ![Codecov](https://img.shields.io/codecov/c/github/baxtree/wiki2ssml) ![Node](https://img.shields.io/static/v1?label=node.js&message=≥16.0.0&color=green) [![GitHub license](https://img.shields.io/github/license/baxtree/wiki2ssml)](https://github.com/baxtree/wiki2ssml/blob/master/LICENSE)
22

33

44
# Wiki2SSML

0 commit comments

Comments
 (0)