Compare commits

...

1 Commits

Author SHA1 Message Date
Sidharth Vinod
bd85b51e24 fix: Upgrade npm to v11 to support trusted publishing 2025-12-02 21:56:59 +05:30

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