From df2633564a1f408ad35b9b8eb2cf113ef3af36f7 Mon Sep 17 00:00:00 2001 From: AkashSDas Date: Sun, 11 Aug 2024 20:55:58 +0530 Subject: [PATCH] update frontend workflow --- .github/workflows/frontend.yml | 6 +++--- frontend/src/pages/404.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index d2f4a61..961ecaf 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: "20" - cache: "pnpm" + cache: "npm" - run: npm install -g pnpm - name: Install dependencies working-directory: frontend @@ -37,7 +37,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: "20" - cache: "pnpm" + cache: "npm" - run: npm install -g pnpm - name: Install dependencies working-directory: frontend @@ -62,7 +62,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: "18" - cache: "pnpm" + cache: "npm" - name: Install pnpm run: npm install -g pnpm - name: Install dependencies diff --git a/frontend/src/pages/404.tsx b/frontend/src/pages/404.tsx index 7840bf7..4991964 100644 --- a/frontend/src/pages/404.tsx +++ b/frontend/src/pages/404.tsx @@ -2,7 +2,7 @@ import { Layout } from "@app/components/shared/layout/Layout"; import { fontStyles } from "@app/utils/fonts"; import { Text } from "@chakra-ui/react"; import Head from "next/head"; -// + export default function NotFoundPage() { return ( <>