Skip to content

Commit 49eaf94

Browse files
authored
ci: test on node 13 (#384)
1 parent 044848f commit 49eaf94

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,9 @@ jobs:
3838
- macos-latest
3939
- windows-latest
4040
NODE:
41+
- 13.x
4142
- 12.x
4243
- 10.x
43-
exclude:
44-
- PLATFORM: macos-latest
45-
NODE: 12.x
46-
- PLATFORM: windows-latest
47-
NODE: 12.x
4844

4945
name: Test on node ${{ matrix.NODE }} and ${{ matrix.PLATFORM }}
5046

0 commit comments

Comments
 (0)