mirror of
				https://gitea.com/actions/setup-node.git
				synced 2025-10-29 07:47:20 +00:00 
			
		
		
		
	Ignore engines check in Yarn 1 e2e-cache tests (#882)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/e2e-cache.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/e2e-cache.yml
									
									
									
									
										vendored
									
									
								
							| @@ -93,7 +93,7 @@ jobs: | |||||||
|           node-version: ${{ matrix.node-version }} |           node-version: ${{ matrix.node-version }} | ||||||
|           cache: 'yarn' |           cache: 'yarn' | ||||||
|       - name: Install dependencies |       - name: Install dependencies | ||||||
|         run: yarn install |         run: yarn install --ignore-engines | ||||||
|       - name: Verify node and yarn |       - name: Verify node and yarn | ||||||
|         run: __tests__/verify-node.sh "${{ matrix.node-version }}" |         run: __tests__/verify-node.sh "${{ matrix.node-version }}" | ||||||
|         shell: bash |         shell: bash | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Trivikram Kamat
					Trivikram Kamat