diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af70ed04c..f4ff908f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,8 @@ jobs: fetch-depth: 0 - name: Setup Nodejs uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node }} + with: + node-version: ${{ matrix.node }} - name: Install dependencies run: npm ci - name: Validate package-lock.json changes