This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new a6e3aa5 Fix CI failure when setup nodes (#175)
a6e3aa5 is described below
commit a6e3aa5eb47ee04e0357415649e709c23c69161b
Author: hulk <[email protected]>
AuthorDate: Mon Nov 27 23:56:53 2023 +0800
Fix CI failure when setup nodes (#175)
---
.github/workflows/deploy.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index cc98c52..ee8a647 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -33,7 +33,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 19.x
- cache: yarn
- run: corepack enable
- run: yarn install --frozen-lockfile
- run: yarn build