Skip to content

Commit a284868

Browse files
committed
playwright
1 parent 057e1ca commit a284868

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/dotnet.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ jobs:
2323
with:
2424
dotnet-version: 8.0.x
2525

26-
- uses: actions/setup-node@v3
27-
- name: Install dependencies
28-
run: npm ci
26+
- uses: actions/setup-node@v4
2927
- name: Install playwright browsers
3028
run: npx playwright install --with-deps
3129

.github/workflows/nuget.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
with:
1818
dotnet-version: '8.0.x'
1919

20-
- uses: actions/setup-node@v3
21-
- name: Install dependencies
22-
run: npm ci
20+
- uses: actions/setup-node@v4
2321
- name: Install playwright browsers
2422
run: npx playwright install --with-deps
2523

0 commit comments

Comments
 (0)