From 195443b64059f2da8d8ff7bb4251b6de568dc90f Mon Sep 17 00:00:00 2001 From: slashexx Date: Sat, 2 Nov 2024 20:54:54 +0530 Subject: [PATCH] Umm why dis no work --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 640ad82..57e2279 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,14 +15,15 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - - - name: Going into frontend - run: cd frontend - + - name: Set up Node uses: actions/setup-node@v3 with: node-version: '20.15.1' + + - name: Going into frontend + run: cd frontend + - name : Install dependencies run: npm install