Skip to content

Commit f2addde

Browse files
committed
Update CI config
1 parent 201c96e commit f2addde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node_version: [18.x, 20.x, 22.x]
15+
node_version: [20.x, 22.x, 23.x]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -57,5 +57,5 @@ jobs:
5757
uses: coverallsapp/github-action@v2
5858
with:
5959
parallel-finished: true
60-
carryforward: "run-18.x,run-20.x,run-21.x"
60+
carryforward: "run-20.x,run-22.x,run-23.x"
6161

0 commit comments

Comments
 (0)