mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
chore (ci): add macOS and Windows to the CI OS matrix (#2657)
* chore (ci): add macOS and Windows to the CI OS matrix * chore (ci): fix macOS runner name
This commit is contained in:
parent
2c3adf25f9
commit
392a7f4a66
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -18,7 +18,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
node: ['8', '10', '12', '14', '16', '17']
|
||||
name: Node ${{ matrix.node }}
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
name: Node.js ${{ matrix.node }} (${{ matrix.os }})
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup node
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user