Skip to content

Commit 7273814

Browse files
feat(node): use node 22 in CI
1 parent 1690459 commit 7273814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/honegger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: pnpm/action-setup@v4
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 20
21+
node-version: 22
2222
cache: pnpm
2323
- run: pnpm install
2424
- run: pnpm check
@@ -31,7 +31,7 @@ jobs:
3131
- uses: pnpm/action-setup@v4
3232
- uses: actions/setup-node@v4
3333
with:
34-
node-version: 20
34+
node-version: 22
3535
cache: pnpm
3636
- run: pnpm install
3737
- run: pnpm exec playwright install --with-deps

0 commit comments

Comments
 (0)