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 1c3c2e5 commit 19bccc6Copy full SHA for 19bccc6
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
matrix:
9
os: [ubuntu-latest, windows-latest]
10
# https://nodejs.org/en/about/releases/
11
- node: [10, 12, 14, 15]
+ node: [12, 14, 16]
12
runs-on: ${{ matrix.os }}
13
steps:
14
# https://github.com/actions/checkout/issues/135
0 commit comments