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 0bab809 commit 0b0ebbeCopy full SHA for 0b0ebbe
.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: actions/setup-node@v4
15
with:
16
- node-version: 18
+ node-version: 22
17
- run: npm ci
18
- run: npm run test
19
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
- run: npx playwright install --with-deps
29
- run: npm run test:e2e
0 commit comments