From 97ece7ac98f6d1a98b7d532c757511cdb906b4bd Mon Sep 17 00:00:00 2001 From: Daniel Wu Date: Thu, 19 Oct 2023 00:36:53 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db9afe7..13a169c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,6 @@ jobs: - uses: actions/setup-node@v2 with: node-version: 16 - cache: 'npm' - run: npm install eslint - run: npm run lint -- --fix --ext .json test_powershell: