Skip to content

Commit

Permalink
fix: remove node 14 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nshen committed Aug 6, 2024
1 parent dddac6c commit 2e215f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node_version: ['14', '16']
node_version: ['16']
include:
- os: macos-latest
node_version: 16
Expand Down

0 comments on commit 2e215f3

Please sign in to comment.