diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0375e53c9..9b053815b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4.4.0 with: - node-version: 22 + node-version: 22.19.0 check-latest: true cache: "pnpm" - run: pnpm install @@ -30,7 +30,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4.4.0 with: - node-version: 22 + node-version: 22.19.0 check-latest: true cache: "pnpm" - run: pnpm install diff --git a/.github/workflows/pull_request_title.yml b/.github/workflows/pull_request_title.yml index 55cd75dc4..4cc15a8bc 100644 --- a/.github/workflows/pull_request_title.yml +++ b/.github/workflows/pull_request_title.yml @@ -13,7 +13,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4.4.0 with: - node-version: 22 + node-version: 22.19.0 check-latest: true cache: 'pnpm' - run: pnpm install diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ffa6588cc..84dad56ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4.4.0 with: - node-version: 22 + node-version: 22.19.0 cache: 'pnpm' - run: pnpm install - name: Create Release Pull Request or Publish to npm