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