diff --git a/.github/workflows/format-checking.yml b/.github/workflows/format-checking.yml index fd247db..e85af49 100644 --- a/.github/workflows/format-checking.yml +++ b/.github/workflows/format-checking.yml @@ -15,7 +15,7 @@ jobs: node-version: '16.x' - name: Cache dependecies Node - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}