mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-04 05:43:42 +00:00 
			
		
		
		
	ci: unspecify Yarn version in workflows
This commit is contained in:
		
							parent
							
								
									ea3a56c137
								
							
						
					
					
						commit
						eea2d2033b
					
				
							
								
								
									
										2
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							@ -19,8 +19,6 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
      - name: Setup Yarn
 | 
					      - name: Setup Yarn
 | 
				
			||||||
        uses: threeal/setup-yarn-action@v2.0.0
 | 
					        uses: threeal/setup-yarn-action@v2.0.0
 | 
				
			||||||
        with:
 | 
					 | 
				
			||||||
          version: stable
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Build Package
 | 
					      - name: Build Package
 | 
				
			||||||
        run: yarn build
 | 
					        run: yarn build
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/check.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/check.yaml
									
									
									
									
										vendored
									
									
								
							@ -19,8 +19,6 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
      - name: Setup Yarn
 | 
					      - name: Setup Yarn
 | 
				
			||||||
        uses: threeal/setup-yarn-action@v2.0.0
 | 
					        uses: threeal/setup-yarn-action@v2.0.0
 | 
				
			||||||
        with:
 | 
					 | 
				
			||||||
          version: stable
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Check Formatting
 | 
					      - name: Check Formatting
 | 
				
			||||||
        run: yarn format
 | 
					        run: yarn format
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							@ -19,8 +19,6 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
      - name: Setup Yarn
 | 
					      - name: Setup Yarn
 | 
				
			||||||
        uses: threeal/setup-yarn-action@v2.0.0
 | 
					        uses: threeal/setup-yarn-action@v2.0.0
 | 
				
			||||||
        with:
 | 
					 | 
				
			||||||
          version: stable
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Test Package
 | 
					      - name: Test Package
 | 
				
			||||||
        run: yarn test
 | 
					        run: yarn test
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user