From 10c52f60d18315b232050cc02e4fa678f5084dcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 02:35:23 +0000 Subject: [PATCH] Update dependency node to v22 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f59aa8..4578b3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 22.x cache: 'pnpm' - run: pnpm install @@ -71,7 +71,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 22.x # cache disabled because the extra `pnpm add` might conflict with the # `test-node` job cache, and there is currently no way to influence # the cache key diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27ce1b2..bba55dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - uses: actions/setup-node@v3 with: - node-version: 12.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - run: npm publish