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 1690459 commit 7273814Copy full SHA for 7273814
.github/workflows/honegger.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: pnpm/action-setup@v4
19
- uses: actions/setup-node@v4
20
with:
21
- node-version: 20
+ node-version: 22
22
cache: pnpm
23
- run: pnpm install
24
- run: pnpm check
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
- run: pnpm exec playwright install --with-deps
0 commit comments