Skip to content

Commit

Permalink
chore(lint):fix windows failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pupix committed Jan 15, 2025
1 parent 723fff4 commit d4000ac
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
strategy:
matrix:
os:
os:
- ubuntu-latest
- windows-latest
node-version:
Expand All @@ -21,10 +21,15 @@ jobs:
- ^9.0.0
- ^10.0.0
- ^11.0.0

runs-on: ${{ matrix.os }}

steps:
- name: Set git to use LF even on Windows
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v4

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

0 comments on commit d4000ac

Please sign in to comment.