Run E2E API tests on Node v22 too

This commit is contained in:
Konstantin Wohlwend 2025-02-27 14:05:32 -08:00
parent 46f388342e
commit 93cbf8f7da

View File

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