Skip to content

Commit

Permalink
Run GitHub Actions tests on macOS
Browse files Browse the repository at this point in the history
* #940 plus run the tests on macOS
  • Loading branch information
cclauss authored Aug 29, 2024
1 parent 7c9db32 commit 712ffcc
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,14 @@ jobs:
fail-fast: false
matrix:
node: [18.x, 20.x, 22.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude: # TODO: Get macOS tests to pass by upgrading to https://github.com/nodejs/node-gyp/releases
- os: macos-latest
node: 18.x
- os: macos-latest
node: 20.x
- os: macos-latest
node: 22.x
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: npm
Expand Down

0 comments on commit 712ffcc

Please sign in to comment.