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 ebbb1b3 commit 25ff39bCopy full SHA for 25ff39b
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
10
- node: ["18", "20", "22"]
+ node: ["18", "20", "22", "24"]
11
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
12
steps:
13
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7
0 commit comments