Skip to content

Commit ab3a40d

Browse files
committed
update node versions
1 parent 9216d2a commit ab3a40d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
node: [ 18, 20, 22, 23 ]
13+
node: [ 20, 22, 24 ]
1414
env:
15-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
1615
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1716
DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }}
1817
name: Node ${{ matrix.node }}

0 commit comments

Comments
 (0)