From 4b6422a6eb3c75d437d8f61b688814fdab1742eb Mon Sep 17 00:00:00 2001 From: Frederik Wessberg Date: Tue, 24 Sep 2024 19:52:04 +0200 Subject: [PATCH] chore: add .gitattributes --- .gitattributes | 1 + .github/workflows/workflow.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..94f480d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf \ No newline at end of file diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index a3803a5..6f93916 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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