We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39ef9f commit b57f8dcCopy full SHA for b57f8dc
.github/workflows/nodejs.yml
@@ -14,7 +14,9 @@ jobs:
14
matrix:
15
node: [16.x, 18.x, 20.x]
16
os: [ubuntu-latest, windows-latest, macOS-latest]
17
- exclude: # TODO: Get macOS tests passing on Node.js v20
+ exclude: # TODO: Get macOS tests to pass by upgrading to https://github.com/nodejs/node-gyp/releases
18
+ - os: macos-latest
19
+ node: 18.x
20
- os: macos-latest
21
node: 20.x
22
0 commit comments