diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 28e4d4f7c..dc8c9c92b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,7 +42,7 @@ jobs: fetch-depth: 0 - name: Cache Node Modules - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: "/node_modules" key: node-${{ hashFiles('yarn.lock') }}