diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c47c7a0..f2b66cd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ jobs: - name: Setup node.js uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 22.21.1 cache: "pnpm" registry-url: "https://registry.npmjs.org"