Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
chore(ci): drop node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Clark Du committed Oct 24, 2021
1 parent 72930a9 commit e223f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [10, 12]
node: [12, 14, 17]

steps:
- uses: actions/setup-node@v2
Expand Down

0 comments on commit e223f94

Please sign in to comment.