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
clarkdo authored and Clark Du committed Oct 24, 2021
1 parent bcd0bf7 commit cac92e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
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 cac92e6

Please sign in to comment.