Thanks to visit codestin.com Credit goes to github.com
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 38e9fd9 commit bbbf6abCopy full SHA for bbbf6ab
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
fail-fast: false
27
matrix:
28
os: [ubuntu-latest, windows-latest, macos-latest]
29
- node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 23.x]
+ node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 24.x]
30
runs-on: ${{ matrix.os }}
31
steps:
32
- uses: actions/checkout@v4
0 commit comments