Fix auto test failed due to autocrlf

This commit is contained in:
Louis Lam 2022-04-14 01:08:20 +08:00
parent 8d0446dc38
commit 2642e70fc8

View File

@ -20,6 +20,7 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- run: git config --global core.autocrlf false # Mainly for Windows
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}