Skip to content

Commit da5aa90

Browse files
Copilotdgreif
andcommitted
Remove matrix strategy, use only Node.js 24
Co-authored-by: dgreif <[email protected]>
1 parent 825e9b2 commit da5aa90

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@ permissions:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11-
strategy:
12-
matrix:
13-
node-version: [22, 24]
1411
steps:
1512
- uses: actions/checkout@v4
1613
- uses: actions/setup-node@v4
1714
with:
18-
node-version: ${{ matrix.node-version }}
15+
node-version: 24
1916
- run: npx playwright install chromium
2017
- name: npm install, build, and test
2118
run: |

0 commit comments

Comments
 (0)