Skip to content

Commit

Permalink
ci: fix coverall job names (#62)
Browse files Browse the repository at this point in the history
`Coveralls Parallel` step is looking for `matrix.node-version`. Update the matrix to use `node-version` over `node` (this also brings it into line with the other Fastify repos that use `node-version`)
  • Loading branch information
Fdawgs committed Feb 4, 2021
1 parent 2429e0a commit 3b4a181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '10', '12', '14' ]
node-version: [ '10', '12', '14' ]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 3b4a181

Please sign in to comment.