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