From bfaa83fb1b861cf7973e4fbd4d63189fa5a4d433 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 12:37:07 +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 6849e5a..542dcfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 22.x - run: yarn install - run: yarn lint @@ -55,7 +55,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 22.x - run: yarn install - run: yarn add --dev eslint@${{ matrix.eslint-version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27c8e4f..8b3a6b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 12.x + node-version: 22.x registry-url: 'https://registry.npmjs.org' - run: npm publish