Skip to content

Commit

Permalink
refactor!: drop node v10 support (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 3, 2022
1 parent 69336fc commit 6f09557
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 829 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
node_version: [10.x, 12.x, 14.x, 16.x]
node_version: [12.x, 14.x, 16.x]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false

Expand Down

0 comments on commit 6f09557

Please sign in to comment.