Skip to content

Commit 4f4b16f

Browse files
authored
Merge pull request #126271 from Gijsreyn/bump-node-version
Bump node version
2 parents 686e33b + bd3a7f9 commit 4f4b16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/playwright-testing/playwright-testing-reporting-with-sharding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Here's an example of how you can set it in your pipeline via GitHub Actions.
7979
runs-on: ubuntu-latest
8080
steps:
8181
- uses: actions/checkout@v3
82-
- uses: actions/setup-node@v3
82+
- uses: actions/setup-node@v4
8383
with:
8484
node-version: 18
8585
# This step is to sign-in to Azure to run tests from GitHub Action workflow.

0 commit comments

Comments
 (0)