diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 49263c4..b8aa7d5 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 16 - cache: node + cache: npm - name: Install dependencies run: npm ci