Skip to content

Commit

Permalink
ci: remove node 8 tests, add node 14 tests
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop official support for Node 8
  • Loading branch information
gr2m committed Nov 5, 2020
1 parent e3aa18f commit 2338f05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ jobs:
test:
strategy:
matrix:
node: ["12.x", "10.x", "8.x"]
node:
- 10
- 12
- 14

runs-on: ubuntu-latest

Expand Down

0 comments on commit 2338f05

Please sign in to comment.