Skip to content

Commit

Permalink
[TU-13737] simplify ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vrybas committed Jul 23, 2024
1 parent 45abcd3 commit c98d7cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
node_version:
- 18 # end of life 2025-04-30
- 20 # end of life 2025-04-30
- 20 # end of life 2025-04-30 # please update "Upload coverage file" step if you change this
name: build-lint-test - node ${{ matrix.node_version }}
steps:
- name: Check out Git repository
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Upload coverage file
uses: actions/upload-artifact@v4
continue-on-error: true
if: ${{ matrix.node_version == '20' }}
with:
name: coverage-report
path: ./coverage/lcov.info
Expand Down

0 comments on commit c98d7cb

Please sign in to comment.