diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 1529f85..163a067 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -15,8 +15,9 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16.x + cache: 'npm' - - name: Cache dependencies + - name: Restore cache uses: actions/cache@v2 with: path: |