mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-30 18:17:55 +00:00 
			
		
		
		
	ci: use the correct version of node for test-ui (#21733)
Signed-off-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -202,14 +202,14 @@ jobs: | ||||
|       # Setup node.js without caching to allow running npm install -g yarn (next step) | ||||
|       - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 | ||||
|         with: | ||||
|           node-version-file: './ui/package.json' | ||||
|           node-version: 14 | ||||
|       - id: install-yarn | ||||
|         run: | | ||||
|           npm install -g yarn | ||||
|       # Setup node.js with caching using the yarn.lock file | ||||
|       - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 | ||||
|         with: | ||||
|           node-version-file: './ui/package.json' | ||||
|           node-version: 14 | ||||
|           cache: yarn | ||||
|           cache-dependency-path: ui/yarn.lock | ||||
|       - id: install-browser | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ryan Cragun
					Ryan Cragun