File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ commands:
7575            node scripts/useReactVersion.mjs 
7676            # log a patch for maintainers who want to check out this change 
7777            git --no-pager diff HEAD 
78+ 
7879when :
7980          condition : << parameters.browsers >> 
8081          steps :
@@ -93,6 +94,13 @@ commands:
9394                name : Restore playwright cache 
9495                keys :
9596                  - v6-playwright-{{ arch }}-{{ checksum "/tmp/playwright_info.json" }} 
97+       - when :
98+           condition :
99+             not : << parameters.browsers >> 
100+           steps :
101+             #  See https://stackoverflow.com/a/73411601
102+             - run : corepack enable --install-directory ~/bin 
103+ 
96104      - run :
97105          name : View install environment 
98106          command : | 
Original file line number Diff line number Diff line change 184184    "yargs" : " ^17.7.2" 
185185  },
186186  "packageManager" : " pnpm@8.15.8" 
187+   "engines" : {
188+     "pnpm" : " 8.15.8" 
189+   },
187190  "resolutions" : {
188191    "@babel/core" : " ^7.24.5" 
189192    "@babel/code-frame" : " ^7.24.2" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments