mirror of
https://github.com/holidayapi/holidayapi-node.git
synced 2025-06-21 12:36:33 +00:00
chore(deps): bump typescript to 4
Bumped `typescript` up to v4.x as well as a bunch of other dependencies, including `jest` which had a moderate severity from it's `node-notifier` dependency. Also added Node.js v15.x to the automated testing.
This commit is contained in:
parent
b3bbab4e6b
commit
3eca80185c
5 changed files with 1370 additions and 1992 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: ['10', '12', '14']
|
||||
node-version: ['10', '12', '14', '15']
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Run Tests
|
||||
run: npm run test:coverage
|
||||
- name: Upload Coverage
|
||||
if: ${{ matrix.node-version == '14' }}
|
||||
if: ${{ matrix.node-version == '15' }}
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
file: ./coverage/lcov.info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue