diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9170c98..f0cc8c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,9 @@ jobs: cache: pnpm registry-url: "https://registry.npmjs.org" + - name: Install latest npm + run: npm install -g npm@latest + - name: Install dependencies run: pnpm install