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