diff --git a/.changeset/fair-buttons-chew.md b/.changeset/fair-buttons-chew.md new file mode 100644 index 0000000000..a49ba48448 --- /dev/null +++ b/.changeset/fair-buttons-chew.md @@ -0,0 +1,2 @@ +--- +--- \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f1e59e3a6..a721cf5955 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,8 +31,13 @@ jobs: with: node-version: 22 + - name: Setup npm + run: npm i -g npm@10.9.7 + - name: Setup pnpm uses: pnpm/action-setup@v4 + with: + version: 10.33.0 - name: Install dependencies run: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=true pnpm i @@ -58,8 +63,13 @@ jobs: with: node-version: 22 + - name: Setup npm + run: npm i -g npm@10.9.7 + - name: Setup pnpm uses: pnpm/action-setup@v4 + with: + version: 10.33.0 - name: Install dependencies run: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=true pnpm i