From 40903487b27805e1da86ca9b3675db63d00b3d5a Mon Sep 17 00:00:00 2001 From: "unicoderbot[bot]" <269805761+unicoderbot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 10:48:49 +0000 Subject: [PATCH] ci: update node version to 22.x in site workflows Closes #372 Co-authored-by: marcossevilla --- .github/workflows/site.yaml | 2 +- .github/workflows/site_deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml index 436df51..e62e592 100644 --- a/.github/workflows/site.yaml +++ b/.github/workflows/site.yaml @@ -21,7 +21,7 @@ jobs: - name: ⚙️ Setup Node uses: actions/setup-node@v7 with: - node-version: 20.x + node-version: 22.x cache: npm cache-dependency-path: site/package-lock.json diff --git a/.github/workflows/site_deploy.yaml b/.github/workflows/site_deploy.yaml index e518d3d..2e1714b 100644 --- a/.github/workflows/site_deploy.yaml +++ b/.github/workflows/site_deploy.yaml @@ -26,7 +26,7 @@ jobs: - name: ⚙️ Setup Node uses: actions/setup-node@v7 with: - node-version: 20.x + node-version: 22.x cache: npm cache-dependency-path: site/package-lock.json