From 00b3e841b0ebb08725383e136bcf4ee22aebf3f9 Mon Sep 17 00:00:00 2001 From: Diya Date: Fri, 28 Jun 2024 03:45:01 +0530 Subject: [PATCH 1/2] Added mac and windows to the CI --- .github/workflows/nodejs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 57d3e24..43c4b9b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,10 +9,11 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} strategy: matrix: + os: [ubuntu-latest, windows-latest, macos-latest] node-version: [20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ From a83b3bcced4d25f72a39fe0b007baf867f760425 Mon Sep 17 00:00:00 2001 From: Jason Desrosiers Date: Fri, 12 Jul 2024 08:48:00 -0700 Subject: [PATCH 2/2] Add .gitattributes for line ending management --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fcadb2c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf