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 cfa5a46 commit aab3b80Copy full SHA for aab3b80
.github/workflows/test.yml
@@ -15,12 +15,12 @@ jobs:
15
strategy:
16
matrix:
17
os: [ubuntu-latest, macOS-latest, windows-latest]
18
- node-version: [12, '*']
+ node-version: [14, '*']
19
exclude:
20
- os: macOS-latest
21
- node-version: 12
+ node-version: 14
22
- os: windows-latest
23
24
fail-fast: false
25
26
steps:
@@ -50,12 +50,12 @@ jobs:
50
51
52
53
54
55
56
57
58
59
60
61
if: github.ref_name == 'main'
0 commit comments