Skip to content

Commit d511f46

Browse files
committed
chore: update Node.js version matrix
1 parent f11657a commit d511f46

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node-version: [20.19.0, 21.x]
13+
node-version: [20.19.0, 21.x, 22.x, 23.x, 24.x]
1414

1515
steps:
1616
- name: Checkout code
@@ -31,9 +31,6 @@ jobs:
3131
- name: Run tests
3232
run: npm test
3333

34-
- name: Run tests with coverage
35-
run: npm run test:coverage
36-
3734
- name: Publish Test Report
3835
uses: ctrf-io/github-test-reporter@v1
3936
with:

0 commit comments

Comments
 (0)