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 45abcd3 commit c98d7cbCopy full SHA for c98d7cb
.github/workflows/pr.yml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
node_version:
14
- 18 # end of life 2025-04-30
15
- - 20 # end of life 2025-04-30
+ - 20 # end of life 2025-04-30 # please update "Upload coverage file" step if you change this
16
name: build-lint-test - node ${{ matrix.node_version }}
17
steps:
18
- name: Check out Git repository
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Upload coverage file
59
uses: actions/upload-artifact@v4
60
- continue-on-error: true
+ if: ${{ matrix.node_version == '20' }}
61
with:
62
name: coverage-report
63
path: ./coverage/lcov.info
0 commit comments