diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 479a97f..186f74d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,8 +30,12 @@ jobs: uses: actions/setup-node@v6 with: node-version: 22 + registry-url: 'https://registry.npmjs.org' cache: 'pnpm' + - name: Update npm to latest + run: npm install -g npm@latest + - name: Install dependencies run: pnpm install --frozen-lockfile