Run E2E tests on latest Node.js version

This commit is contained in:
Konstantin Wohlwend 2025-02-27 14:06:14 -08:00
parent 93cbf8f7da
commit f4db6df342

View File

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