Skip to content

Commit be8b347

Browse files
committed
ci: include additional Node.js versions
1 parent d3ce22a commit be8b347

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
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [ubuntu-latest, windows-latest, macos-latest]
26-
node-version: [18.x, 20.x]
26+
node-version: [18.x, 19.x, 20.x, 21.x, 22.x, 23.x]
2727

2828
steps:
2929
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0

0 commit comments

Comments
 (0)