We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa72179 commit a00dcdfCopy full SHA for a00dcdf
.github/workflows/checks.yml
@@ -140,12 +140,12 @@ jobs:
140
fail-fast: false
141
matrix:
142
module: ${{ fromJSON(needs.detect-modules.outputs.modules) }}
143
- ubuntu-version: [22.04]
+ runner: [ubuntu-22.04]
144
node-version: [20.x, 22.x, 24.x]
145
container-runtime: [docker, podman]
146
uses: ./.github/workflows/test-template.yml
147
with:
148
- runner: ${{ matrix.ubuntu-version }}
+ runner: ${{ matrix.runner }}
149
node-version: ${{ matrix.node-version }}
150
container-runtime: ${{ matrix.container-runtime }}
151
workspace: "${{ matrix.module }}"
0 commit comments