From 5afec080d118823450e1f7441e65f4d7cbb7d7b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 14:10:11 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .github/setup/action.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/setup/action.yml b/.github/setup/action.yml index 583daaf..ca094ea 100644 --- a/.github/setup/action.yml +++ b/.github/setup/action.yml @@ -5,7 +5,7 @@ runs: steps: - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 - name: Get yarn cache directory path shell: bash id: yarn-cache-dir-path diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a12a225..0d47b19 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 - uses: './.github/setup' - name: install dependencies run: yarn install