From 4778cda0b2812d4acbbd3d68417acb92530b38ca Mon Sep 17 00:00:00 2001 From: Andrew Casey Date: Thu, 20 Aug 2020 18:16:28 -0700 Subject: [PATCH] Delete extra npm update --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8baf9c5ace2..89d895e5d8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,6 @@ jobs: npm uninstall typescript --no-save npm uninstall tslint --no-save - run: npm ci - - run: npm update # Re: https://github.com/actions/setup-node/pull/125 - name: Register Problem Matcher for TSC