Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldzjap committed Jul 27, 2024
2 parents 34c1ab6 + 5bdbc24 commit 6545b47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [20.x, 21.x, 22.x]
os: [ubuntu-latest]
node-version: [20.x, 21.x]
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand All @@ -25,10 +25,10 @@ jobs:
- name: Test
run: npm run test
- name: Upload coverage report
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == '19.x' }}
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == '21.x' }}
uses: codecov/codecov-action@v3
- name: SonarCloud Scan
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == '19.x' }}
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == '21.x' }}
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6545b47

Please sign in to comment.