From d708aaf42c99a316e781dd0447e5b6284f71c98e Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Mon, 13 Jul 2026 13:53:05 +0200 Subject: [PATCH] Installed npm with CircleCI OIDC support. --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 28fc6c5..83511f8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,6 +39,9 @@ commands: npm_oidc_command: description: "Enable publishing to `npm` using OIDC" steps: + - run: + name: Install npm with CircleCI OIDC support + command: sudo npm i -g npm@^11.11.0 - run: name: Get npm OIDC token command: |