Skip to content

Commit 70a1dd8

Browse files
committed
Update Node.js version in Playwright workflow to 22
1 parent f2eb19d commit 70a1dd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: lts/*
15+
node-version: 22
1616

1717
- name: Install dependencies
1818
working-directory: ./client

0 commit comments

Comments
 (0)