Merge pull request #300 from azlux/ci

fix(CI): OpenSSL problem in Node v17. Switch back to v16.
This commit is contained in:
Terry Geng 2021-12-02 09:16:26 -05:00 committed by GitHub
commit 02abdd6389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: