mirror of
https://github.com/actions/setup-node.git
synced 2026-07-28 12:43:02 +00:00
fix: replace brace-expansion workarounds with single override
This commit is contained in:
committed by
GitHub
parent
4ff1ddf5d7
commit
47cfa63711
+1
-5
@@ -40,11 +40,7 @@
|
||||
"semver": "^7.8.5"
|
||||
},
|
||||
"overrides": {
|
||||
"@actions/glob": "$@actions/glob",
|
||||
"glob": {
|
||||
"minimatch": "^10.2.5"
|
||||
},
|
||||
"test-exclude": "^7.0.2"
|
||||
"brace-expansion": "5.0.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
|
||||
Reference in New Issue
Block a user