From a6623655b992ad19fef7f3b198b2a64a131b0584 Mon Sep 17 00:00:00 2001 From: averel10 Date: Tue, 11 Nov 2025 19:57:38 +0100 Subject: [PATCH] update Node.js setup action to version 6 in GitHub Pages workflow --- .github/workflows/frontend_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend_deploy.yml b/.github/workflows/frontend_deploy.yml index 0e89370..1348441 100644 --- a/.github/workflows/frontend_deploy.yml +++ b/.github/workflows/frontend_deploy.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: # update the Node version to meet your needs node-version: 24