Skip to content

Commit a612395

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. This also updates NodeJS to the latest LTS release.
1 parent f50f745 commit a612395

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,21 @@ jobs:
1313
- 10
1414
- 12
1515
- 14
16+
- 16
17+
- 18
18+
- 20
19+
- 22
1620
os:
1721
- ubuntu-latest
1822
- macos-latest
1923
- windows-latest
24+
exclude:
25+
- node-version: 10
26+
os: macos-latest
27+
- node-version: 12
28+
os: macos-latest
29+
- node-version: 14
30+
os: macos-latest
2031
steps:
2132
- uses: actions/checkout@v2
2233
- uses: actions/setup-node@v2

0 commit comments

Comments
 (0)