Skip to content

Commit 5ae6118

Browse files
authored
Update lint.yml
revert CI change
1 parent 5347571 commit 5ae6118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 6
1515
matrix:
16-
node-version: [10.1, 10.19, 14.5, 14.6, 15.2]
16+
node-version: [10.1, 10.19, 12.1, 13.1, 14.5, 14.6]
1717

1818
steps:
1919
- uses: actions/checkout@v2
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
max-parallel: 6
4343
matrix:
44-
node-version: [10.1, 10.19, 14.5, 14.6, 15.2]
44+
node-version: [10.1, 10.19, 12.1, 13.1, 14.5, 14.6]
4545

4646
steps:
4747
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)