Skip to content

Commit 54b99c0

Browse files
Update dependencies
1 parent 36b6ae8 commit 54b99c0

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/github-actions-after-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install node
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: '14'
19+
node-version: '20'
2020

2121
- uses: microsoft/playwright-github-action@v1
2222

.github/workflows/github-actions-manually.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Install node
1212
uses: actions/setup-node@v2
1313
with:
14-
node-version: '14'
14+
node-version: '20'
1515

1616
- uses: microsoft/playwright-github-action@v1
1717

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@
2828
},
2929
"homepage": "https://github.com/VadimNastoyashchy/playwright-saucedemo.com#readme",
3030
"devDependencies": {
31-
"@playwright/test": "1.26.1",
31+
"@playwright/test": "1.49.1",
32+
"@types/node": "^22.10.5",
3233
"@typescript-eslint/eslint-plugin": "5.38.1",
3334
"@typescript-eslint/parser": "5.38.1",
3435
"eslint-plugin-playwright": "0.11.2",
35-
"typescript": "4.8.4"
36+
"typescript": "5.7.3"
3637
}
37-
}
38+
}

0 commit comments

Comments
 (0)