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 0c98c60 commit 73d8fa8Copy full SHA for 73d8fa8
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