Skip to content

Commit 120020f

Browse files
committed
Drop unused test matrix setup
1 parent 9a6f2df commit 120020f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ jobs:
55
name: Build & test
66
runs-on: ubuntu-latest
77

8-
strategy:
9-
matrix:
10-
node-version: ["24.x"]
118

129
steps:
1310
- uses: actions/checkout@v4
1411

1512
- uses: actions/setup-node@v4
1613
with:
17-
node-version: ${{ matrix.node-version }}
14+
node-version: 24.x
1815

1916
- run: npm install --no-package-lock
2017
- name: Install Playwright for testing

0 commit comments

Comments
 (0)