fix(ci): pin npm to 11.x in release workflow (#1526)

This commit is contained in:
qer 2026-07-10 00:08:20 +08:00 committed by GitHub
parent 9f9324cdab
commit 7ce3c2dc31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ jobs:
registry-url: "https://registry.npmjs.org"
- name: Upgrade npm for Trusted Publishing
run: npm install -g npm@latest
run: npm install -g npm@11
- name: Install dependencies
run: pnpm install --frozen-lockfile