Go back to glob v7

It seems like glob v8 is broken on Windows for some reason.
No time to investigate this now.
This commit is contained in:
Sven-Hendrik Haase 2023-01-19 11:39:06 +01:00
parent 442eb645ce
commit 321f000b6d
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915
2 changed files with 2434 additions and 5615 deletions

8085
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -29,10 +29,10 @@
"dependencies": { "dependencies": {
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",
"@actions/github": "^4.0.0", "@actions/github": "^4.0.0",
"@types/glob": "^8", "glob": "^7"
"glob": "^8"
}, },
"devDependencies": { "devDependencies": {
"@types/glob": "^7",
"@types/jest": "^29", "@types/jest": "^29",
"@types/node": "^16", "@types/node": "^16",
"@typescript-eslint/parser": "^5", "@typescript-eslint/parser": "^5",