diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6fab04689f0c..125896112f59 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -111,9 +111,7 @@ jobs: steps: - name: Set git config shell: bash - run: | - git config --global core.autocrlf false - git config --global core.symlinks true + run: git config --global core.symlinks true if: runner.os == 'Windows' - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} @@ -144,9 +142,7 @@ jobs: steps: - name: Set git config shell: bash - run: | - git config --global core.autocrlf false - git config --global core.symlinks true + run: git config --global core.symlinks true if: runner.os == 'Windows' - uses: actions/checkout@v3 - name: Use Node.js LTS