diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 05f1b6f8c6..c8838ebc04 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -31,9 +31,9 @@ jobs: if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }} steps: - name: Setup pnpm - uses: pnpm/action-setup@v2 - with: - version: 8 + uses: pnpm/action-setup@v2 + with: + version: 8 - name: Setup Node uses: actions/setup-node@v3 with: @@ -73,9 +73,9 @@ jobs: if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }} steps: - name: Setup pnpm - uses: pnpm/action-setup@v2 - with: - version: 8 + uses: pnpm/action-setup@v2 + with: + version: 8 - name: Setup Node uses: actions/setup-node@v3 with: