Merge pull request #131 from crazy-max/node16
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				ci / main () (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / main (latest) (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / main (v0.4.1) (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / multi (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / error (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / debug (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / install (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / use (false) (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / use (true) (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / driver (image=moby/buildkit:latest) (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / driver (image=moby/buildkit:master
network=host
) (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / docker-driver (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / endpoint (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / config (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / config-inline (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / with-qemu (, all) (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / with-qemu (, arm64,riscv64,arm) (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / with-qemu (latest, all) (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / with-qemu (latest, arm64,riscv64,arm) (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / with-qemu (v0.4.1, all) (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / with-qemu (v0.4.1, arm64,riscv64,arm) (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / build-ref (master) (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / build-ref (refs/pull/731/head) (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / build-ref (refs/tags/v0.5.1) (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / standalone-cmd (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / standalone-action (push) Has been cancelled
				
					
					
				
			
		
			
				
	
				ci / standalone-install-error (push) Has been cancelled
				
					
					
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	ci / main () (push) Has been cancelled
				ci / main (latest) (push) Has been cancelled
				ci / main (v0.4.1) (push) Has been cancelled
				ci / multi (push) Has been cancelled
				ci / error (push) Has been cancelled
				ci / debug (push) Has been cancelled
				ci / install (push) Has been cancelled
				ci / use (false) (push) Has been cancelled
				ci / use (true) (push) Has been cancelled
				ci / driver (image=moby/buildkit:latest) (push) Has been cancelled
				ci / driver (image=moby/buildkit:master
network=host
) (push) Has been cancelled
				ci / docker-driver (push) Has been cancelled
				ci / endpoint (push) Has been cancelled
				ci / config (push) Has been cancelled
				ci / config-inline (push) Has been cancelled
				ci / with-qemu (, all) (push) Has been cancelled
				ci / with-qemu (, arm64,riscv64,arm) (push) Has been cancelled
				ci / with-qemu (latest, all) (push) Has been cancelled
				ci / with-qemu (latest, arm64,riscv64,arm) (push) Has been cancelled
				ci / with-qemu (v0.4.1, all) (push) Has been cancelled
				ci / with-qemu (v0.4.1, arm64,riscv64,arm) (push) Has been cancelled
				ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Has been cancelled
				ci / build-ref (master) (push) Has been cancelled
				ci / build-ref (refs/pull/731/head) (push) Has been cancelled
				ci / build-ref (refs/tags/v0.5.1) (push) Has been cancelled
				ci / standalone-cmd (push) Has been cancelled
				ci / standalone-action (push) Has been cancelled
				ci / standalone-install-error (push) Has been cancelled
				Node 16 as default runtime
This commit is contained in:
		| @@ -54,6 +54,6 @@ outputs: | ||||
|     description: 'Builder node platforms available (comma separated)' | ||||
|  | ||||
| runs: | ||||
|   using: 'node12' | ||||
|   using: 'node16' | ||||
|   main: 'dist/index.js' | ||||
|   post: 'dist/index.js' | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| # syntax=docker/dockerfile:1 | ||||
|  | ||||
| ARG NODE_VERSION=12 | ||||
| ARG NODE_VERSION=16 | ||||
| ARG DOCKER_VERSION=20.10.13 | ||||
| ARG BUILDX_VERSION=0.8.1 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 CrazyMax
					CrazyMax