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: |