Skip to content

Commit

Permalink
Drop Node.js 10 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Oct 12, 2021
1 parent 8fc6dae commit 45d1dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [10, 12, 14, 16]
node: [12, 14, 16]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 45d1dad

Please sign in to comment.