We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b7eb4 commit a3b6d9aCopy full SHA for a3b6d9a
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
16
strategy:
17
matrix:
18
- node: [12, 14, 16]
+ node: [14, 16, 18]
19
hapi: ["@hapi/hapi@20"]
20
21
steps:
@@ -26,13 +26,7 @@ jobs:
26
node-version: ${{ matrix.node }}
27
- run: npm install
28
- 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
+ - run: npm test
36
37
finish:
38
needs: test
0 commit comments