fix: caching is already handled by setup-node

This commit is contained in:
fryorcraken.eth 2022-08-07 17:52:37 +10:00
parent c5505aeffa
commit 1a6136d6c1
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 0 additions and 7 deletions

View File

@ -50,13 +50,6 @@ jobs:
node-version: "16"
cache: ${{ steps.pm.outputs.pm }}
- name: (npm) Cache npm cache
if: steps.pm.outputs.pm == 'npm'
uses: actions/cache@v2
with:
path: ~/.npm
key: examples-node-v1-${{ hashFiles('**/package-lock.json') }}
- name: (npm) ${{ matrix.example }} install using npm ci
if: steps.pm.outputs.pm == 'npm'
run: npm ci