Skip to content

Commit a3b6d9a

Browse files
committed
fix
1 parent b0b7eb4 commit a3b6d9a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node: [12, 14, 16]
18+
node: [14, 16, 18]
1919
hapi: ["@hapi/hapi@20"]
2020

2121
steps:
@@ -26,13 +26,7 @@ jobs:
2626
node-version: ${{ matrix.node }}
2727
- run: npm install
2828
- run: npm install ${{ matrix.hapi }}
29-
- run: npm run coverage:lcov
30-
- name: Coveralls Parallel
31-
uses: coverallsapp/github-action@master
32-
with:
33-
github-token: ${{ secrets.GITHUB_TOKEN }}
34-
flag-name: run-${{ matrix.node }}-${{ matrix.hapi }}
35-
parallel: true
29+
- run: npm test
3630

3731
finish:
3832
needs: test

0 commit comments

Comments
 (0)