We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e445e commit c793eefCopy full SHA for c793eef
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
fail-fast: false
20
matrix:
21
os: [ubuntu-latest, windows-latest, macos-latest]
22
- node-version: [18, 20, 22]
+ node-version: [18, 19, 20, 21, 22, 23]
23
24
steps:
25
- uses: actions/checkout@v4
0 commit comments