We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a92b7 commit 24c0c62Copy full SHA for 24c0c62
.github/workflows/eslint.yml
@@ -14,7 +14,7 @@ jobs:
14
security-events: write
15
strategy:
16
matrix:
17
- node: [ 20, 22 ]
+ node: [ 20, 22, 24 ]
18
fail-fast: false
19
steps:
20
- name: Checkout code
.github/workflows/playwright.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
12
13
0 commit comments