diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e32e0cee..6aaf1aef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: run: echo "::set-output name=dir::$(npm config get cache)" - name: Restore cached node_modules 🤷‍♂️ - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 with: path: ${{ steps.npm-cache.outputs.dir }} key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}