diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c82e27..c9fcc24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,8 @@ jobs: node-version: 20 registry-url: "https://registry.npmjs.org" cache: "pnpm" + - name: Update npm + run: npm install -g npm@latest - name: Install dependencies run: pnpm install --frozen-lockfile