From ad13b5f748fc115bae0f46f2a5290294f7751a40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 20:15:36 +0000 Subject: [PATCH] Update dependency node to v22 --- .../azure-static-web-apps-delightful-sky-087ceb100.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-delightful-sky-087ceb100.yml b/.github/workflows/azure-static-web-apps-delightful-sky-087ceb100.yml index 62c2fea..3e55962 100644 --- a/.github/workflows/azure-static-web-apps-delightful-sky-087ceb100.yml +++ b/.github/workflows/azure-static-web-apps-delightful-sky-087ceb100.yml @@ -20,7 +20,7 @@ jobs: submodules: true - uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "22" - name: install yarn run: npm i -g --force yarn - name: restore yarn diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef7facc..565597d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "22" - name: install yarn run: npm i -g --force yarn - name: restore yarn