From fe6b124afb298bfb874a85f72e60587c95349ae2 Mon Sep 17 00:00:00 2001 From: Thomas Boop Date: Wed, 9 Sep 2020 15:07:18 -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