diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4419416..9684fa7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 16.14.2 + node-version: 20.11.0 - name: Installing Dependencies run: npm ci - name: Building diff --git a/frontend/public/index.html b/frontend/index.html similarity index 73% rename from frontend/public/index.html rename to frontend/index.html index aff9020..d36f592 100644 --- a/frontend/public/index.html +++ b/frontend/index.html @@ -2,7 +2,6 @@ - - + - - + The Programming Club IIITDMJ @@ -51,6 +41,7 @@ window.location.href = "https://www.iiitdmj.ac.in/webix.iiitdmj.ac.in"; } +