fix(CI): OpenSSL problem in Node v17. Switch back to v16.

This commit is contained in:
Terry Geng 2021-12-02 09:13:37 -05:00
parent 7a5e4938a7
commit 6005897276

View File

@ -9,7 +9,7 @@ volumes:
steps:
- name: build-web
image: node
image: node:16
commands:
- (cd web && npm install && npm run build)
when: