From aeb070318bca915730f3d8c280ecdcea7ae1896c Mon Sep 17 00:00:00 2001 From: Ali <75311052+AAVision@users.noreply.github.com> Date: Sat, 30 Mar 2024 01:39:49 +0200 Subject: [PATCH] This commit will edit the workflow --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9cf6334..6a20f41 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Deploy to GitHub +name: Deploy to GitHub Pages on: push: @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 - name: Use Node.js 21.x - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: 21.x