Skip to content

Commit 2822fb4

Browse files
committed
🔁 Update Dependencies
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent 1e8499a commit 2822fb4

3 files changed

Lines changed: 41 additions & 41 deletions

File tree

.github/workflows/test-createx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
github-token: ${{ secrets.GITHUB_TOKEN }}
177177

178178
# The following steps act as a temporary workaround, as LCOV `2.4` is not yet supported
179-
# in `zgosalvez/github-actions-report-lcov@v5`: https://github.com/zgosalvez/github-actions-report-lcov/issues/168.
179+
# in `zgosalvez/github-actions-report-lcov@v6`: https://github.com/zgosalvez/github-actions-report-lcov/issues/168.
180180
- name: Set up LCOV `1.16`
181181
run: |
182182
wget https://github.com/linux-test-project/lcov/releases/download/v1.16/lcov-1.16.tar.gz
@@ -197,7 +197,7 @@ jobs:
197197
run: lcov --remove lcov.info 'test/*' --output-file lcov.info --rc lcov_branch_coverage=1
198198

199199
- name: Verify minimum coverage
200-
uses: zgosalvez/github-actions-report-lcov@v5
200+
uses: zgosalvez/github-actions-report-lcov@v6
201201
with:
202202
coverage-files: ./lcov.info
203203
minimum-coverage: 100

interface/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@next/eslint-plugin-next": "^16.1.1",
4545
"@tailwindcss/postcss": "^4.1.18",
4646
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
47-
"@types/node": "^25.0.5",
47+
"@types/node": "^25.0.6",
4848
"@types/react": "^19.2.8",
4949
"@types/react-dom": "^19.2.3",
5050
"autoprefixer": "^10.4.23",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)