Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bguerout committed Dec 8, 2023
1 parent a8b317d commit 189d376
Show file tree
Hide file tree
Showing 4 changed files with 807 additions and 799 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x, 16.x, 17.x, 18.x ]
node-version: [15.x, 16.x, 17.x, 18.x ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
3 changes: 1 addition & 2 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"extension": ["ts"],
"node-option": ["loader=ts-node/esm"]
"extension": ["ts"]
}
Loading

0 comments on commit 189d376

Please sign in to comment.