Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #300 from azlux/ci
Browse files Browse the repository at this point in the history
fix(CI): OpenSSL problem in Node v17. Switch back to v16.
  • Loading branch information
TerryGeng authored Dec 2, 2021
2 parents 7a5e493 + 6005897 commit 02abdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ volumes:

steps:
- name: build-web
image: node
image: node:16
commands:
- (cd web && npm install && npm run build)
when:
Expand Down

0 comments on commit 02abdd6

Please sign in to comment.