fork of hey-api/openapi-ts because I need some additional things

chore(ci): run on windows and macos

authored by

Jordan Shatford and committed by
Jordan Shatford
b792d30d b97c78d5

+2 -1
+1
.gitattributes
··· 1 + * text=auto eol=lf
+1 -1
.github/workflows/ci.yml
··· 13 13 runs-on: ${{ matrix.os }} 14 14 strategy: 15 15 matrix: 16 - os: [ubuntu-latest] 16 + os: [macos-latest, ubuntu-latest, windows-latest] 17 17 node-version: [18.x, 20.x, 21.x] 18 18 steps: 19 19 - uses: actions/checkout@v4