Skip to content

Commit 20e7b1c

Browse files
authored
Exclude Node v14 and v16 on macos (#364)
Signed-off-by: Matteo Collina <hello@matteocollina.com>
1 parent a9d1ee1 commit 20e7b1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/node.js.yml

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
exclude:
3131
- os: windows-latest
3232
node-version: 14
33+
- os: macos-latest
34+
node-version: 14
35+
- os: macos-latest
36+
node-version: 16
3337

3438
steps:
3539
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)