We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79613c commit 17e8d9cCopy full SHA for 17e8d9c
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
12
- node: ["18", "20", "22"]
+ node: ["18", "20", "22", "24"]
13
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
14
steps:
15
- run: git config --global core.autocrlf input
0 commit comments