Skip to content

Commit cf3a2a4

Browse files
committed
fixed playwright node vers
1 parent 3be5985 commit cf3a2a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: '18'
25+
node-version: '22'
2626
cache: 'npm'
2727

2828
- name: Install dependencies
@@ -61,7 +61,7 @@ jobs:
6161
- name: Setup Node.js
6262
uses: actions/setup-node@v4
6363
with:
64-
node-version: '18'
64+
node-version: '22'
6565
cache: 'npm'
6666

6767
- name: Install dependencies

0 commit comments

Comments
 (0)