Skip to content

Commit c494101

Browse files
authored
ci: remove setup git step (#193)
1 parent 9cc593a commit c494101

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ jobs:
6262
runs-on: ${{ matrix.os }}
6363

6464
steps:
65-
- name: Setup Git
66-
if: matrix.os == 'windows-latest'
67-
run: git config --global core.autocrlf input
68-
6965
- uses: actions/checkout@v3
7066

7167
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)