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 1c9014d commit d2fa892Copy full SHA for d2fa892
.github/workflows/main.yml
@@ -15,6 +15,9 @@ jobs:
15
image: ghcr.io/serenity-js/playwright:v1.56.1-noble
16
steps:
17
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
18
+ - uses: actions/setup-node@v6
19
+ with:
20
+ node-version: '22.21.1'
21
- name: Setup Node Modules
22
uses: bahmutov/npm-install@v1
23
- name: Run Playwright tests
package.json
@@ -30,7 +30,7 @@
30
},
31
"homepage": "https://serenity-js.org",
32
"engines": {
33
- "node": "^18.12 || ^20 || ^22"
+ "node": "^20 || ^22 || ^24"
34
35
"dependencies": {
36
"@playwright/test": "1.56.1",
0 commit comments