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:
		
							parent
							
								
									442eb645ce
								
							
						
					
					
						commit
						321f000b6d
					
				
							
								
								
									
										8085
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8085
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -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",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user