We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a1f3c commit bce926eCopy full SHA for bce926e
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ${{ matrix.os }}
6
strategy:
7
matrix:
8
- node-version: [10, 12, 14]
+ node-version: [10, 12, 14, 16]
9
os: [ubuntu-latest, windows-latest, macOS-latest]
10
steps:
11
- run: git config --global core.autocrlf false
0 commit comments