Skip to content

Commit

Permalink
chore: stop testing on Node.js 10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Removed support for Node.js 10.
  • Loading branch information
targos committed Jul 6, 2021
1 parent 59e8ccc commit 220822f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x]
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 220822f

Please sign in to comment.