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 edd3c7f commit cc43f3bCopy full SHA for cc43f3b
.github/workflows/nodejs-ci-action.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- node-version: [10.x, 12.x]
+ node-version: [10.x, 12.x, 14.x]
19
20
steps:
21
- uses: actions/checkout@v2
@@ -35,7 +35,7 @@ jobs:
35
- name: Generate coverage report
36
uses: actions/setup-node@v1
37
with:
38
- node-version: 12.x
+ node-version: 14.x
39
- run: npm ci
40
- run: npm run build --if-present
41
- run: npm run coverage
@@ -58,7 +58,7 @@ jobs:
58
- name: Upload coverage report to codacy
59
60
61
62
- run: |
63
( [[ "${CODACY_PROJECT_TOKEN}" != "" ]] && npm run coverage-publish ) || echo "Coverage report not published"
64
env:
0 commit comments