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

@@ -4,7 +4,6 @@ on:
push: push:
branches: branches:
- master - master
- sidv/fixRelease
concurrency: ${{ github.workflow }}-${{ github.ref }} concurrency: ${{ github.workflow }}-${{ github.ref }}
@@ -36,15 +35,14 @@ jobs:
run: | run: |
pnpm install --frozen-lockfile pnpm install --frozen-lockfile
npm install -g npm@11 npm install -g npm@11
npm --version
# - name: Create Release Pull Request or Publish to npm - name: Create Release Pull Request or Publish to npm
# id: changesets id: changesets
# uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc # v1.4.10 uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc # v1.4.10
# with: with:
# version: pnpm changeset:version version: pnpm changeset:version
# publish: pnpm changeset:publish publish: pnpm changeset:publish
# env: env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# NPM_CONFIG_PROVENANCE: true NPM_CONFIG_PROVENANCE: true