diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ebfe882..8a2e79d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,9 +70,10 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: pnpm registry-url: "https://registry.npmjs.org" + - run: npm --version - run: pnpm install --frozen-lockfile - run: pnpm build - run: cd dist && npm publish --provenance --access public