From 45e9e54f2cccfab3013cedc8dbd18c19fa51e2eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 18:08:41 +0000 Subject: [PATCH] chore(devdeps): pin dependency node to 22.19.0 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pull_request_title.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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