diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/production.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 7da097b..3263ce2 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: lts/* - cache: 'npm' + cache: "npm" - name: Install Dependencies run: npm ci - name: Build |
