From 31fb3a9dd0a5d6557bbe4c7e9a99016431bad452 Mon Sep 17 00:00:00 2001 From: PE39806 <185931318+PE39806@users.noreply.github.com> Date: Fri, 24 Jan 2025 07:56:01 +0000 Subject: [PATCH] bump node version 18 -> 22 in web workflow --- .github/workflows/web.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 428aaf061..59a7ccdd0 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -73,8 +73,8 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 18 - cache: npm + node-version: 22.6.0 + cache: "npm" - name: Setup Pages uses: actions/configure-pages@v2