Skip to content

Commit bd4fbc5

Browse files
committed
re-enable node 14
1 parent dab73e4 commit bd4fbc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
matrix:
99
# TODO: add windows
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
node: [10, 12, 13]
11+
node: [10, 12, 13, 14]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
# https://github.com/actions/checkout/issues/135

0 commit comments

Comments
 (0)