This is an automated email from the ASF dual-hosted git repository.

Xuanwo pushed a commit to branch xuanwo/release-nodejs-v0.58.0-hotfix
in repository https://gitbox.apache.org/repos/asf/opendal.git

commit 95caade09471bf518c856c7ca357174c2e6cb20b
Author: Xuanwo <[email protected]>
AuthorDate: Fri Jul 10 18:42:44 2026 +0800

    ci: pin npm major for nodejs release
---
 .github/workflows/release_nodejs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release_nodejs.yml 
b/.github/workflows/release_nodejs.yml
index 80136f885..0fe3f2574 100644
--- a/.github/workflows/release_nodejs.yml
+++ b/.github/workflows/release_nodejs.yml
@@ -204,7 +204,7 @@ jobs:
 
       - name: Update npm
         # Trusted publishing requires npm CLI version 11.5.1 or later.
-        run: npm install -g npm@latest
+        run: npm install -g npm@11
 
       - name: Add LICENSE & NOTICE
         # Set working directory to root to copy LICENSE & NOTICE

Reply via email to