build(release.yml): set node-version to 16
This commit is contained in:
		
							parent
							
								
									66cc2b4c7f
								
							
						
					
					
						commit
						20034829d9
					
				
							
								
								
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @ -1,12 +1,11 @@ | |||||||
| name: Release | name: Release | ||||||
| on: | "on": | ||||||
|   push: |   push: | ||||||
|     branches: |     branches: | ||||||
|       - master |       - master | ||||||
|       - next |       - next | ||||||
|       - beta |       - beta | ||||||
|       - "*.x" # maintenance releases branches |       - "*.x" | ||||||
| 
 |  | ||||||
| jobs: | jobs: | ||||||
|   release: |   release: | ||||||
|     name: release |     name: release | ||||||
| @ -16,6 +15,7 @@ jobs: | |||||||
|       - uses: actions/setup-node@v2 |       - uses: actions/setup-node@v2 | ||||||
|         with: |         with: | ||||||
|           cache: npm |           cache: npm | ||||||
|  |           node-version: 16 | ||||||
|       - run: npm ci |       - run: npm ci | ||||||
|       - run: npx semantic-release |       - run: npx semantic-release | ||||||
|         env: |         env: | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user