We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2e0a5 commit 511986cCopy full SHA for 511986c
.github/workflows/pipeline.yml
@@ -53,7 +53,7 @@ jobs:
53
54
strategy:
55
matrix:
56
- node: [ 10.12, 10, 12, 14 ]
+ node: [ 10.12, 10, 12.0, 12, 14 ]
57
eslint: [ 7.5, 7 ]
58
59
steps:
0 commit comments