diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8a9833a..2db8c58 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,8 +27,8 @@ jobs: node-version: 22 cache: npm - - name: Use repository npm version - run: npm install --global npm@11.14.1 + - name: Use repository npm version + run: npm install --global npm@11.14.1 - name: Install dependencies run: npm ci