From 554aa9c28a71c2e803468bf6f21276af31c8fb91 Mon Sep 17 00:00:00 2001 From: Nathan Flurry Date: Wed, 26 Aug 2026 16:46:50 -0700 Subject: [PATCH] ci(release): use npm bundled with Node 24 --- .github/workflows/publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ef973ad..8ee8b9a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,8 +35,6 @@ jobs: with: node-version: 24 registry-url: https://registry.npmjs.org - - name: Install OIDC-capable npm - run: npm install --global npm@11.16.0 - run: pnpm install --frozen-lockfile - id: release run: >-