Skip to content

Commit 7999f89

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/master/wordpress/scripts-30.23.0
2 parents 9483941 + d46b78b commit 7999f89

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Run Testsuite
2626
run: php -d xdebug.mode=coverage vendor/bin/phpunit --coverage-clover=coverage.xml
2727
- name: Upload coverage reports to Codecov
28-
uses: codecov/codecov-action@v5.5.0
28+
uses: codecov/codecov-action@v5.5.1
2929
with:
3030
token: ${{ secrets.CODECOV_TOKEN }}
3131
file: coverage.xml

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@playwright/test": "^1.55.0",
16-
"@types/node": "^24.3.0",
16+
"@types/node": "^24.3.1",
1717
"@wordpress/e2e-test-utils": "^11.29.0",
1818
"@wordpress/scripts": "^30.23.0",
1919
"dotenv": "^17.2.1"

0 commit comments

Comments
 (0)