Skip to content

Commit c793eef

Browse files
committed
ci: extend Node.js versions coverage
1 parent 23e445e commit c793eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [ubuntu-latest, windows-latest, macos-latest]
22-
node-version: [18, 20, 22]
22+
node-version: [18, 19, 20, 21, 22, 23]
2323

2424
steps:
2525
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)