From 0bfd8c4bf1449066910e73e02df45da7148e5f73 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 5d2bfc23a..a7084527e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,8 +36,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: >-