Skip to content

Commit e33cf30

Browse files
author
Benjamin E. Coe
authored
fix(deps)!: update test-exclude with new glob / minimatch (#531)
BREAKING CHANGE: Node 18 is now the minimum supported Node.js version
1 parent 1eeeaeb commit e33cf30

File tree

3 files changed

+495
-34
lines changed

3 files changed

+495
-34
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
node: [14, 16, 18, 20]
15+
node: [18, 20]
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)