Skip to content

Commit

Permalink
Update deploy-github.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfraposa committed Apr 4, 2022
1 parent 5134736 commit dc7812a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '7.21.1'
# Download the reference docs from ClickHouse/ClickHouse
- name: Download Reference Doc
run: curl https://codeload.github.com/ClickHouse/ClickHouse/tar.gz/master | tar -xz -C docs/ --strip=2 "ClickHouse-master/docs/en"
Expand Down

0 comments on commit dc7812a

Please sign in to comment.