Skip to content

Commit 2930933

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/master/wordpress/scripts-31.7.0
2 parents 9c12cb2 + c955189 commit 2930933

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.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: composer phpunit:clover
2727
- name: Upload coverage reports to Codecov
28-
uses: codecov/codecov-action@v5.5.2
28+
uses: codecov/codecov-action@v5.5.3
2929
with:
3030
token: ${{ secrets.CODECOV_TOKEN }}
3131
file: tests/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.58.2",
16-
"@types/node": "^25.3.5",
16+
"@types/node": "^25.5.0",
1717
"@wordpress/e2e-test-utils": "^11.34.0",
1818
"@wordpress/scripts": "^31.7.0",
1919
"dotenv": "^17.3.1"

0 commit comments

Comments
 (0)