Skip to content
Prev Previous commit
Next Next commit
npm install to support old npm
  • Loading branch information
cspotcode committed Jul 19, 2021
commit 0fbbb8b24635e98aa38fe8912560a60ffc29d40e
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
path: temp/npm-cache
key: npm-cache-${{ matrix.os }} ${{ matrix.node }}-${{ hashFiles('package-lock.json') }}
# restore-keys: npm-cache-${{ matrix.os }} ${{ matrix.node }}-
- run: npm ci
- run: npm install

# # install version to test against
# - name: Use Node.js ${{ matrix.node }}
Expand Down