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