Skip to content

Commit

Permalink
- Breaking change: Require Node 10; add Node 14 to CI
Browse files Browse the repository at this point in the history
- npm: Update eslint devDep.
  • Loading branch information
brettz9 committed May 13, 2020
1 parent 7f4b574 commit 9550ee8
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 100 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [8, 10, 12]
node: [10, 12, 14]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@master
Expand Down
Loading

0 comments on commit 9550ee8

Please sign in to comment.