Skip to content

Commit 6daf337

Browse files
committed
revert matrix
1 parent 1bb4aaa commit 6daf337

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,6 @@ jobs:
193193
- run: echo "All unit tests completed successfully"
194194

195195
Build-And-Test-Web:
196-
strategy:
197-
matrix:
198-
node: [20]
199196
needs: [Prepare]
200197
timeout-minutes: 90
201198
runs-on: ubuntu-latest
@@ -209,7 +206,8 @@ jobs:
209206
- name: Setup Node.JS ${{ matrix.node }}
210207
uses: actions/setup-node@v4
211208
with:
212-
node-version: ${{ matrix.node }}
209+
node-version: 20
210+
# TODO matrixing this requires changing branch protection rules
213211

214212
- name: Restore npm cache
215213
uses: actions/cache@v4

0 commit comments

Comments
 (0)