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 aee61b3 commit 6945a6fCopy full SHA for 6945a6f
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
fail-fast: false
32
matrix:
33
os: [ubuntu-latest, windows-latest, macos-latest]
34
- node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.11.0, 24.0.0]
+ node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.11.0, 24.x]
35
polling: ["false", "200"]
36
exclude:
37
- os: macos-latest
0 commit comments