Skip to content

Commit e33cf30

Browse files
authoredJun 10, 2024··
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

+1-1
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

‎package-lock.json

+492-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"istanbul-lib-coverage": "^3.2.0",
4141
"istanbul-lib-report": "^3.0.1",
4242
"istanbul-reports": "^3.1.6",
43-
"test-exclude": "^6.0.0",
43+
"test-exclude": "^7.0.1",
4444
"v8-to-istanbul": "^9.0.0",
4545
"yargs": "^17.7.2",
4646
"yargs-parser": "^21.1.1"
@@ -56,7 +56,7 @@
5656
"typescript": "^5.0.0"
5757
},
5858
"engines": {
59-
"node": ">=14.14.0"
59+
"node": ">=18"
6060
},
6161
"files": [
6262
"index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.