From 6005897276f44f2fd563ec5f4ffa4881bf0b48d0 Mon Sep 17 00:00:00 2001 From: Terry Geng Date: Thu, 2 Dec 2021 09:13:37 -0500 Subject: [PATCH] fix(CI): OpenSSL problem in Node v17. Switch back to v16. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b5288d21..be469405 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ volumes: steps: - name: build-web - image: node + image: node:16 commands: - (cd web && npm install && npm run build) when: