diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d540cdf..7a68878 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -182,12 +182,10 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '22' + node-version: '24' # NOTE: Do NOT add registry-url here - it creates a .npmrc with # auth token placeholder that interferes with OIDC authentication - - - name: Update npm to latest (OIDC requires npm 11.5.1+) - run: npm install -g npm@latest + # Node 24 ships with npm 11+ natively, no manual upgrade needed - name: Verify npm version run: npm --version