From cea9c68d054f07f3bd37fda21c0b5cb9877e7a2d Mon Sep 17 00:00:00 2001 From: Dhairya Majmudar <2022kuec2045@iiitkota.ac.in> Date: Thu, 9 May 2024 01:39:16 +0530 Subject: [PATCH] parent f8e31b04b889717a829c8d5cca29e7a5ff4a6f32 author Dhairya Majmudar <2022kuec2045@iiitkota.ac.in> 1715198956 +0530 committer Dhairya Majmudar <2022kuec2045@iiitkota.ac.in> 1716135857 +0530 fix adding format script and updating readme updating readme work dir fix work dir fix fix workdir removing commit --- .github/workflows/typescript_lint.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/typescript_lint.yaml b/.github/workflows/typescript_lint.yaml index 7588e7a69..c9ff83ec7 100644 --- a/.github/workflows/typescript_lint.yaml +++ b/.github/workflows/typescript_lint.yaml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 - with: + with: node-version: 20 - name: Install dependencies @@ -50,6 +50,4 @@ jobs: run: yarn install --frozen-lockfile - name: Build - run: yarn run build - - # Additional steps for the build job... + run: yarn run build \ No newline at end of file