From ead7faa2fb8b78f0ae416585d1118259d2429b56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 12:18:35 +0000 Subject: [PATCH] chore(deps): update node.js to v22 (#13393) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: neverland --- .github/workflows/deploy-v4-site.yml | 2 +- .github/workflows/test.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-v4-site.yml b/.github/workflows/deploy-v4-site.yml index 89e213fa7..b596b955e 100644 --- a/.github/workflows/deploy-v4-site.yml +++ b/.github/workflows/deploy-v4-site.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '22.14.0' cache: 'pnpm' - name: Install dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 999e9a171..7097a151f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '22.14.0' cache: 'pnpm' - name: Install dependencies @@ -45,7 +45,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '22.14.0' cache: 'pnpm' - name: Install dependencies @@ -72,7 +72,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '22.14.0' cache: 'pnpm' - name: Install dependencies