This is an automated email from the ASF dual-hosted git repository.
jmclean pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino-site.git
The following commit(s) were added to refs/heads/main by this push:
new 2d7f628 Got deploy error, google search seems to indicate that
upgrading to v4 will fix the issue
2d7f628 is described below
commit 2d7f628bcfccaabad28ff7b8e5a580d341f7c67e
Author: Justin Mclean <[email protected]>
AuthorDate: Fri Jul 5 12:17:15 2024 +1000
Got deploy error, google search seems to indicate that upgrading to v4 will
fix the issue
---
.github/workflows/deploy.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index d4756b3..7fcbee9 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18.x
- - uses: pnpm/action-setup@v2
+ - uses: pnpm/action-setup@v4
with:
version: 8
- run: pnpm install