We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab73e4 commit bd4fbc5Copy full SHA for bd4fbc5
1 file changed
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
matrix:
9
# TODO: add windows
10
os: [ubuntu-latest, macos-latest, windows-latest]
11
- node: [10, 12, 13]
+ node: [10, 12, 13, 14]
12
runs-on: ${{ matrix.os }}
13
steps:
14
# https://github.com/actions/checkout/issues/135
0 commit comments