Skip to content

Commit 654cc7f

Browse files
authored
Merge pull request #77 from benmccann/patch-1
Drop Node 8 support. Add Node 14
2 parents 5061335 + 6058b3d commit 654cc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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: [8, 10, 12]
8+
node-version: [10, 12, 14]
99
os: [ubuntu-latest, windows-latest, macOS-latest]
1010
steps:
1111
- run: git config --global core.autocrlf false

0 commit comments

Comments
 (0)