Skip to content

Commit b57f8dc

Browse files
authored
Exclude failing macOS test on Node.js v18 (#917)
1 parent b39ef9f commit b57f8dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nodejs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
matrix:
1515
node: [16.x, 18.x, 20.x]
1616
os: [ubuntu-latest, windows-latest, macOS-latest]
17-
exclude: # TODO: Get macOS tests passing on Node.js v20
17+
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
1820
- os: macos-latest
1921
node: 20.x
2022

0 commit comments

Comments
 (0)