fix: Upgrade npm to v11 to support trusted publishing

This commit is contained in:
Sidharth Vinod
2025-12-02 21:56:59 +05:30
parent 939aff91d6
commit bd85b51e24

View File

@@ -32,7 +32,9 @@ jobs:
node-version-file: '.node-version'
- name: Install Packages
run: pnpm install --frozen-lockfile
run: |
pnpm install --frozen-lockfile
npm install -g npm@11
- name: Create Release Pull Request or Publish to npm
id: changesets