Skip to content

Commit c349e6b

Browse files
committed
chore: Update CI
1 parent 4b62527 commit c349e6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
node: [14]
3333
include:
3434
# On other platforms
35-
# - eslint: 7
36-
# node: 14
37-
# os: windows-latest
35+
- eslint: 7
36+
node: 14
37+
os: windows-latest
3838
- eslint: 7
3939
node: 14
4040
os: macos-latest
@@ -53,7 +53,7 @@ jobs:
5353
node: 14
5454
os: ubuntu-latest
5555
# On the minimum supported ESLint/Node.js version
56-
- eslint: 5
56+
- eslint: 5.16.0
5757
node: 8.10.0
5858
os: ubuntu-latest
5959
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)