File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -855,7 +855,7 @@ jobs:
855855      - name : Set up Node 
856856        uses : actions/setup-node@v4 
857857        with :
858-           node-version-file : ' dev-packages/e2e-tests/package.json' 
858+           node-version-file : ' dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}/ package.json' 
859859      - name : Set up Bun 
860860        if : matrix.test-application == 'node-exports-test-app' 
861861        uses : oven-sh/setup-bun@v2 
@@ -978,7 +978,7 @@ jobs:
978978      - name : Set up Node 
979979        uses : actions/setup-node@v4 
980980        with :
981-           node-version-file : ' dev-packages/e2e-tests/package.json' 
981+           node-version-file : ' dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}/ package.json' 
982982      - name : Restore caches 
983983        uses : ./.github/actions/restore-cache 
984984        with :
Original file line number Diff line number Diff line change @@ -121,8 +121,7 @@ jobs:
121121      - name : Set up Node 
122122        uses : actions/setup-node@v4 
123123        with :
124-           node-version-file : ' dev-packages/e2e-tests/package.json' 
125- 
124+           node-version-file : ' dev-packages/e2e-tests/test-applications/${{ matrix.test-application }}/package.json' 
126125      - name : Restore canary cache 
127126        uses : actions/cache/restore@v4 
128127        with :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments