Skip to content

Commit 0a61b7c

Browse files
committed
Merge branch 'develop'
2 parents 599a16f + f735b31 commit 0a61b7c

File tree

3 files changed

+812
-800
lines changed

3 files changed

+812
-800
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
- name: Test
2626
run: npm run test
2727
- name: Upload coverage report
28-
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == '16.x' }}
28+
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == '19.x' }}
2929
uses: codecov/codecov-action@v3
3030
- name: SonarCloud Scan
31-
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == '16.x' }}
31+
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == '19.x' }}
3232
uses: sonarsource/sonarcloud-github-action@master
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

example/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)