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 46476fa commit 0e07457Copy full SHA for 0e07457
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: [ubuntu-latest, windows-latest, macOS-latest]
17
- node: ["16", "15", "14", engines]
+ node: ["16", "15", "14", "12", engines]
18
exclude:
19
# On Windows, run tests with only the LTS environments.
20
- os: windows-latest
0 commit comments