Merge pull request #995 from crazy-max/dev-deps
Some checks failed
publish / publish (push) Has been cancelled

update dev dependencies
This commit is contained in:
CrazyMax
2026-02-27 12:28:24 +01:00
committed by GitHub
8 changed files with 350 additions and 541 deletions

View File

@@ -21,7 +21,6 @@ jobs:
node_version:
- 24
- 20
- 18
steps:
-
name: Build

View File

@@ -30,7 +30,6 @@ jobs:
node_version:
- 24
- 20
- 18
steps:
-
name: Checkout
@@ -48,7 +47,7 @@ jobs:
-
name: Check coverage
run: |
if [ -f ./coverage/clover.xml ]; then
if [ -f ./coverage/clover.xml ] && [ ! -f ./coverage/allSkipped.txt ]; then
echo "RUN_CODECOV=true" >> $GITHUB_ENV
else
echo "RUN_CODECOV=false" >> $GITHUB_ENV
@@ -218,7 +217,7 @@ jobs:
-
name: Check coverage
run: |
if [ -f ./coverage/clover.xml ]; then
if [ -f ./coverage/clover.xml ] && [ ! -f ./coverage/allSkipped.txt ]; then
echo "RUN_CODECOV=true" >> $GITHUB_ENV
else
echo "RUN_CODECOV=false" >> $GITHUB_ENV