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 06a391f commit 464b9f4Copy full SHA for 464b9f4
1 file changed
.github/workflows/ci.yml
@@ -36,6 +36,10 @@ jobs:
36
- macos-latest
37
node:
38
- 18
39
+ - '*'
40
+ exclude:
41
+ - os: macos-latest
42
+ node: '*'
43
44
runs-on: ${{ matrix.os }}
45
0 commit comments