Skip to content

Commit

Permalink
chore: drop support fore node 10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: node < 12 is no longer supported.

Added node 14 and 16 to the test matrix
  • Loading branch information
NullVoxPopuli committed Sep 28, 2021
1 parent 01b92a7 commit 5130cc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
strategy:
matrix:
node:
- "10"
- "12"
- "14"
- "16"
steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
Expand Down

0 comments on commit 5130cc1

Please sign in to comment.