diff --git a/.github/workflows/populate-readme.yml b/.github/workflows/populate-readme.yml index 8d95d0b4..8660b8ba 100644 --- a/.github/workflows/populate-readme.yml +++ b/.github/workflows/populate-readme.yml @@ -23,7 +23,7 @@ jobs: uses: actions/cache@v1 with: path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS - key: ${{ runner.os }}-npm-${{ hashFiles('./package-lock.json') }} + key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }} - name: Install Dependencies run: npm install