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