Skip to content

Commit 1cd2008

Browse files
committed
remove v13 tests
1 parent 17e8dda commit 1cd2008

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
# TODO: add windows
109
os: [ubuntu-latest, macos-latest, windows-latest]
11-
node: [10, 12, 13, 14]
10+
# https://nodejs.org/en/about/releases/
11+
node: [10, 12, 14]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
# https://github.com/actions/checkout/issues/135

0 commit comments

Comments
 (0)