Skip to content

Commit c98d7cb

Browse files
committed
[TU-13737] simplify ci
1 parent 45abcd3 commit c98d7cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
node_version:
1414
- 18 # end of life 2025-04-30
15-
- 20 # end of life 2025-04-30
15+
- 20 # end of life 2025-04-30 # please update "Upload coverage file" step if you change this
1616
name: build-lint-test - node ${{ matrix.node_version }}
1717
steps:
1818
- name: Check out Git repository
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Upload coverage file
5959
uses: actions/upload-artifact@v4
60-
continue-on-error: true
60+
if: ${{ matrix.node_version == '20' }}
6161
with:
6262
name: coverage-report
6363
path: ./coverage/lcov.info

0 commit comments

Comments
 (0)