Skip to content

Commit bce926e

Browse files
authored
ci(node-versions): add node 16 to matrix (#130)
1 parent 30a1f3c commit bce926e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ${{ matrix.os }}
66
strategy:
77
matrix:
8-
node-version: [10, 12, 14]
8+
node-version: [10, 12, 14, 16]
99
os: [ubuntu-latest, windows-latest, macOS-latest]
1010
steps:
1111
- run: git config --global core.autocrlf false

0 commit comments

Comments
 (0)