diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 47853c58..2d8461b7 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -10,6 +10,10 @@ runs: node-version-file: .nvmrc registry-url: 'https://registry.npmjs.org' + - name: Install npm 11 # required to use npm OIDC + shell: bash + run: npm install -g npm@11 + - name: Restore dependencies id: yarn-cache uses: actions/cache/restore@v4