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

Xuanwo pushed a commit to branch xuanwo/fix-nodejs-release-npm-major
in repository https://gitbox.apache.org/repos/asf/opendal.git

commit 28f858f27a640281d364cf487e7619f2cde6ad0c
Author: Xuanwo <[email protected]>
AuthorDate: Fri Jul 10 20:17:10 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