We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f08d6 commit 2241c64Copy full SHA for 2241c64
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
strategy:
37
matrix:
38
os: [windows-latest, macOS-latest, ubuntu-latest]
39
- node-version: [18.x, 20.x, 22.x]
+ node-version: [18.x, 20.x, 22.x, 23.x]
40
41
steps:
42
- uses: actions/checkout@v4
0 commit comments