diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 653a251..d862d00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,9 @@ jobs: - name: Setup Node.js and pnpm uses: wyvox/action-setup-pnpm@v3 with: - node-version: '18' + node-version: '20' + pnpm-version: 10 + args: --frozen-lockfile - name: Create Release Pull Request or Publish to npm id: changesets