From a3a26b5dc6bdbee40c4af098b4e4a01c2011192b Mon Sep 17 00:00:00 2001 From: Joshua Snyder Date: Tue, 10 Feb 2026 16:55:16 +0000 Subject: [PATCH] try fix oidc --- .github/workflows/agent-release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/agent-release.yml b/.github/workflows/agent-release.yml index 68e833813..1a8ff0ebc 100644 --- a/.github/workflows/agent-release.yml +++ b/.github/workflows/agent-release.yml @@ -71,6 +71,12 @@ jobs: - name: Run tests run: pnpm --filter agent run test + - name: Ensure modern npm (OIDC support) + run: npm install -g npm@11.6.4 + - name: Publish the package to npm registry working-directory: packages/agent run: pnpm publish --access public + env: + NPM_CONFIG_PROVENANCE: true + NODE_AUTH_TOKEN: ''