Skip to content

Commit

Permalink
fix(deps)!: update test-exclude with new glob / minimatch (#531)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node 18 is now the minimum supported Node.js version
  • Loading branch information
bcoe committed Jun 10, 2024
1 parent 1eeeaeb commit e33cf30
Show file tree
Hide file tree
Showing 3 changed files with 495 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16, 18, 20]
node: [18, 20]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit e33cf30

Please sign in to comment.