Run e2e-tests with the same matrix as the others

This commit is contained in:
Kristjan ESPERANTO 2025-02-16 00:44:47 +01:00
parent 8a2725c3d6
commit 9a173c82df
No known key found for this signature in database

View file

@ -79,7 +79,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version:
- 16.x
- 18.x
- 20.x
- 22.x
steps:
- name: checkout
uses: actions/checkout@v4