We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057e1ca commit a284868Copy full SHA for a284868
.github/workflows/dotnet.yml
@@ -23,9 +23,7 @@ jobs:
23
with:
24
dotnet-version: 8.0.x
25
26
- - uses: actions/setup-node@v3
27
- - name: Install dependencies
28
- run: npm ci
+ - uses: actions/setup-node@v4
29
- name: Install playwright browsers
30
run: npx playwright install --with-deps
31
.github/workflows/nuget.yml
@@ -17,9 +17,7 @@ jobs:
17
18
dotnet-version: '8.0.x'
19
20
21
22
0 commit comments