File tree Expand file tree Collapse file tree 3 files changed +13
-40
lines changed Expand file tree Collapse file tree 3 files changed +13
-40
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,12 @@ name: CI
33on :
44  push :
55    paths :
6-       - ' .github/workflows/ci.yml' 
7-       - ' package.json' 
8-       - ' gulpfile.js' 
9-       - ' build/**' 
10-       - ' src/**' 
11-       - ' tests/**' 
12- 
6+       - " .github/workflows/ci.yml" 
7+       - " package.json" 
8+       - " gulpfile.js" 
9+       - " build/**" 
10+       - " src/**" 
11+       - " tests/**" 
1312jobs :
1413  CI :
1514    runs-on : ubuntu-latest 
@@ -20,15 +19,19 @@ jobs:
2019      - name : Setup NodeJS 
2120        uses : actions/setup-node@v4 
2221        with :
23-           node-version : ' 22 ' 
22+           node-version : 22 
2423
2524      - name : Install 
2625        run : npm ci --no-audit --no-fund 
2726
27+       - name : Install Playwright 
28+         run : 
npx -y [email protected]  install --with-deps chromium  29+ 
2830      - name : Build scripts 
2931        run : npx gulp scripts 
3032
33+       - name : Install Playwright Deps 
34+         run : npx -y playwright install --with-deps chromium 
35+ 
3136      - name : Tests 
3237        run : npm run test 
33-         env :
34-           CHROME_BIN : /usr/bin/google-chrome 
  Load Diff This file was deleted. 
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ var merge = require('merge2');
1313var  argv  =  require ( 'yargs' ) . argv ; 
1414
1515var  license  =  require ( './build/gulp/license' ) ; 
16- var  requireDir  =  require ( 'require-dir' ) ; 
1716
1817const  exec  =  require ( 'child_process' ) . exec ; 
1918const  terser  =  require ( 'gulp-terser' ) ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments