Skip to content

Commit

Permalink
chore: 馃 Drop Node 10 support
Browse files Browse the repository at this point in the history
ESLint/Prettier requirement changes?
prettier/prettier#8047
  • Loading branch information
mpyw committed Oct 14, 2021
1 parent d9d4ee6 commit 44f8efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node: [16, 14, 12, 10]
node: [16, 14, 12]

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

0 comments on commit 44f8efa

Please sign in to comment.