diff --git a/.gitea/workflows/matrix.yml b/.gitea/workflows/matrix.yml index 1ba723a..55024da 100644 --- a/.gitea/workflows/matrix.yml +++ b/.gitea/workflows/matrix.yml @@ -17,7 +17,11 @@ jobs: # Like include it is also possible to exclude combinations. exclude: - node-version: 12 - - supported-os: windows-latest + supported-os: windows-latest + - node-version: 14 + supported-os: windows-latest + - node-version: 16 + supported-os: windows-latest # Uses the defined supported-os variable from above depending on which of the 6 builds the runner gets runs-on: ${{ matrix.supported-os }} steps: