From b1889ee569f81d1721f87f77c942d1dbbae68e2b Mon Sep 17 00:00:00 2001 From: Thomas Boop Date: Wed, 9 Sep 2020 15:06:12 -0400 Subject: [PATCH] swap to npm install --- .github/workflows/licensed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index ae62613..804196c 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -10,7 +10,7 @@ jobs: name: Check licenses steps: - uses: actions/checkout@v2 - - run: npm ci + - run: npm install - name: Install licensed run: | cd $RUNNER_TEMP