Update actions/setup-node action to v2
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
		
							parent
							
								
									7076179d46
								
							
						
					
					
						commit
						0012ccad14
					
				
							
								
								
									
										6
									
								
								.github/workflows/node.js.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/node.js.yml
									
									
									
									
										vendored
									
									
								
							@ -19,7 +19,7 @@ jobs:
 | 
				
			|||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v2
 | 
					      - uses: actions/checkout@v2
 | 
				
			||||||
      - name: Use Node.js 14
 | 
					      - name: Use Node.js 14
 | 
				
			||||||
        uses: actions/setup-node@v1
 | 
					        uses: actions/setup-node@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          node-version: 14
 | 
					          node-version: 14
 | 
				
			||||||
      - name: Get yarn cache directory path
 | 
					      - name: Get yarn cache directory path
 | 
				
			||||||
@ -43,7 +43,7 @@ jobs:
 | 
				
			|||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v2
 | 
					      - uses: actions/checkout@v2
 | 
				
			||||||
      - name: Use Node.js ${{ matrix.node-version }}
 | 
					      - name: Use Node.js ${{ matrix.node-version }}
 | 
				
			||||||
        uses: actions/setup-node@v1
 | 
					        uses: actions/setup-node@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          node-version: ${{ matrix.node-version }}
 | 
					          node-version: ${{ matrix.node-version }}
 | 
				
			||||||
      - name: Get yarn cache directory path
 | 
					      - name: Get yarn cache directory path
 | 
				
			||||||
@ -67,7 +67,7 @@ jobs:
 | 
				
			|||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v2
 | 
					      - uses: actions/checkout@v2
 | 
				
			||||||
      - name: Use Node.js ${{ matrix.node-version }}
 | 
					      - name: Use Node.js ${{ matrix.node-version }}
 | 
				
			||||||
        uses: actions/setup-node@v1
 | 
					        uses: actions/setup-node@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          node-version: ${{ matrix.node-version }}
 | 
					          node-version: ${{ matrix.node-version }}
 | 
				
			||||||
      - name: Get yarn cache directory path
 | 
					      - name: Get yarn cache directory path
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user