Skip to content

Commit

Permalink
ci: remove node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 31, 2023
1 parent 357c225 commit aea58e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node_version: [14, 16, 18, 20]
node_version: [16, 18, 20]
include:
# Active LTS + other OS
- os: macos-latest
Expand Down

0 comments on commit aea58e0

Please sign in to comment.