swap to npm install

This commit is contained in:
Thomas Boop
2020-09-09 15:07:18 -04:00
parent d46231185f
commit fe6b124afb

View File

@@ -10,7 +10,7 @@ jobs:
name: Check licenses name: Check licenses
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: npm ci - run: npm install
- name: Install licensed - name: Install licensed
run: | run: |
cd $RUNNER_TEMP cd $RUNNER_TEMP