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