From 8cf26d4e307e1f85a89de92c65ca48d93b6f6d7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Apr 2025 19:36:26 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .github/workflows/deploy.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test-deploy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 13197ef76c..2b991d0c61 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "22" - name: Get yarn cache id: yarn-cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99f576615f..dde4b2e670 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "22" - name: Get yarn cache id: yarn-cache diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index df2b669c91..b0b66e2e63 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "22" cache: yarn - name: Test build run: |