Skip to content

Commit

Permalink
Use node 16 plus more strict ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanluker committed Feb 11, 2022
1 parent 26b41eb commit 4a58776
Show file tree
Hide file tree
Showing 17 changed files with 3,259 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14.18
node-version: 16
- run: npm ci
- run: npm run build
- run: npm run ${{ matrix.test }}
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ declare namespace parseClover {
}
}

declare module "clover-json" {
declare module "@cvrg-report/clover-json" {
export = parseClover;
}
Loading

0 comments on commit 4a58776

Please sign in to comment.