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 3244798 commit b049b2bCopy full SHA for b049b2b
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- node: ["12", "14", "16", "18", "20", "22"]
+ node: ["9", "10", "12", "14", "16", "18", "20", "22"]
16
runs-on: ubuntu-latest
17
timeout-minutes: 30
18
steps:
0 commit comments