Run E2E tests only once

This commit is contained in:
Konstantin Wohlwend 2025-03-10 12:10:06 -07:00
parent e5b32013cb
commit 7f2a378286
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
node-version: [20.x, 22.x, latest]
node-version: [22.x]
steps:
- uses: actions/checkout@v3

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
node-version: [20.x, 22.x]
node-version: [latest]
steps:
- uses: actions/checkout@v3