fix(core): update
This commit is contained in:
		@@ -12,7 +12,6 @@ stages:
 | 
			
		||||
testStable:
 | 
			
		||||
  stage: only
 | 
			
		||||
  script:
 | 
			
		||||
    - whereis google-chrome
 | 
			
		||||
    - npmci npm prepare
 | 
			
		||||
    - npmci node install stable
 | 
			
		||||
    - npmci npm install
 | 
			
		||||
 
 | 
			
		||||
@@ -27,7 +27,7 @@ export const getEnvAwareBrowserInstance = async (
 | 
			
		||||
    args: chromeArgs,
 | 
			
		||||
    pipe: true,
 | 
			
		||||
    headless: true,
 | 
			
		||||
    executablePath: '/bin/chrome'
 | 
			
		||||
    executablePath: '/usr/bin/google-chrome'
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  return headlessBrowser;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user