diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d53e53..26db952 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,8 +26,13 @@ jobs: with: node-version: '20' + - name: Setup pnpm + uses: pnpm/action-setup@v2 + with: + version: 8 + - name: Setup Rust - uses: dtolnay/rust-toolchain@stable + uses: dtolnay/rust-toolchain@stable - name: Install Linux dependencies if: matrix.os == 'ubuntu-latest' @@ -45,8 +50,8 @@ jobs: libayatana-appindicator3-dev \ librsvg2-dev - - name: Install npm dependencies - run: npm install + - name: Install dependencies + run: pnpm install --frozen-lockfile - name: Extract release notes for version id: release_notes