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