From 13cb53952479520e7005b34140a3a83c6266621c Mon Sep 17 00:00:00 2001 From: Jaisurya Nanduri <91620234+jaisnan@users.noreply.github.com> Date: Tue, 17 Oct 2023 14:38:59 -0400 Subject: [PATCH] Remove redundant `npm install` step (#136) Remove npm install latest as it is redundant, given the install step mentioned above it. --- .github/workflows/format-check.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index ab9553e..2cfc3f3 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -20,7 +20,6 @@ jobs: - name: Check TS linting run: | - npm install -g npm@latest npm install npm run lint