Skip to content

Commit 51f93d8

Browse files
authored
fix(deps): update ts-node to v10 (#85)
1 parent 9c0ef80 commit 51f93d8

File tree

4 files changed

+5142
-36
lines changed

4 files changed

+5142
-36
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [10.x, 12.x, 14.x, 15.x]
11+
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
1212

1313
steps:
1414
- uses: actions/checkout@v2
@@ -18,5 +18,3 @@ jobs:
1818
node-version: ${{ matrix.node-version }}
1919
- run: npm install
2020
- run: npm test
21-
- run: npm install [email protected]
22-
- run: npm test

0 commit comments

Comments
 (0)