Skip to content

Commit

Permalink
Drop node < 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgp2 committed Mar 9, 2021
1 parent ee2f583 commit e24adf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
needs: build
strategy:
matrix:
node_version: ["4", "4.3.2", "6", "8", "10", "12"]
node_version: ["10", "12"]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand Down

0 comments on commit e24adf2

Please sign in to comment.