Merge pull request #300 from azlux/ci
fix(CI): OpenSSL problem in Node v17. Switch back to v16.
This commit is contained in:
		@@ -9,7 +9,7 @@ volumes:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
  - name: build-web
 | 
					  - name: build-web
 | 
				
			||||||
    image: node
 | 
					    image: node:16
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - (cd web && npm install && npm run build)
 | 
					      - (cd web && npm install && npm run build)
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user