Skip to content

Commit

Permalink
fixed if
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikwilkowski committed Jun 14, 2024
1 parent 546ba07 commit b11e409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
working-directory: ./nodejs

steps:
- if: matrix.os-node.os == 'windows'
- if: matrix.os-node.os == 'windows-latest'
run: |
git config --global core.autocrlf false
git config --global core.eol lf
Expand Down

0 comments on commit b11e409

Please sign in to comment.