We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f644a commit 52beeb5Copy full SHA for 52beeb5
1 file changed
.github/workflows/tests-end-to-end.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
matrix:
17
os: [ubuntu-latest]
18
- node-version: [20.x]
+ node-version: [20.x, 22.x, 24.x]
19
arch: [x64]
20
21
runs-on: ${{ matrix.os }}
0 commit comments