We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c8b2a commit 3653196Copy full SHA for 3653196
.github/workflows/playwright.yml
@@ -22,8 +22,12 @@ jobs:
22
with:
23
hugo-version: '0.147.8'
24
extended: true
25
- - name: Install dependencies and playwright browsers
26
- run: cd tests && npm ci && npx playwright install --with-deps
+ - name: Setup Node.js
+ uses: actions/setup-node@v4
27
+ with:
28
+ node-version: 18
29
+ - name: Install playwright browsers
30
+ run: npx playwright install --with-deps
31
- name: Run Playwright tests
32
id: test-ui
33
run: |
@@ -53,4 +57,4 @@ jobs:
53
57
owner: context.repo.owner,
54
58
repo: context.repo.repo,
55
59
body: body,
56
- });
60
+ });
tests/package-lock.json
tests/package.json
0 commit comments