diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cf491ab0..915f364d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - cache: npn + cache: npm - name: Install dependencies run: npm ci diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 8946b8e8..d20f9b6f 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: 18 - cache: npn + cache: npm - name: Install dependencies run: npm ci