Skip to content

Commit

Permalink
chore: add .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Sep 24, 2024
1 parent 620a5fe commit 4b6422a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:

strategy:
matrix:
os: [windows-latest]
node: [22]
os: [windows-latest, macos-latest, ubuntu-latest]
node: [21, 22]

steps:
- name: Checkout code
Expand Down

0 comments on commit 4b6422a

Please sign in to comment.