Skip to content

Commit ec73125

Browse files
committedMay 26, 2020
1 parent a466a8d commit ec73125

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎.github/workflows/nodejs.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ jobs:
99
matrix:
1010
os: [ubuntu-latest, windows-latest, macos-latest]
1111
steps:
12-
- uses: actions/checkout@v1
12+
- name: Set git to use LF
13+
run: |
14+
git config --global core.autocrlf false
15+
git config --global core.eol lf
16+
- uses: actions/checkout@v2
1317
- name: Use Node.js 12.x
1418
uses: actions/setup-node@v1
1519
with:

0 commit comments

Comments
 (0)
Failed to load comments.