Skip to content

Commit 5966b6d

Browse files
committed
chore: drop unsupported node versions on macOS
No change to logic. This drops support for older NodeJS versions on macOS because GitHub Actions no longer supports them.
1 parent f50f745 commit 5966b6d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ jobs:
1717
- ubuntu-latest
1818
- macos-latest
1919
- windows-latest
20+
exclude:
21+
- node-version: 10
22+
os: macos-latest
23+
- node-version: 12
24+
os: macos-latest
25+
- node-version: 14
26+
os: macos-latest
2027
steps:
2128
- uses: actions/checkout@v2
2229
- uses: actions/setup-node@v2

0 commit comments

Comments
 (0)