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 runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node-version: [16.x] node-version:
- 16.x
- 18.x
- 20.x
- 22.x
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4