Skip to content

Commit dd3d8ed

Browse files
committed
Exclude node 14.x from macos. Include node 22.x.
1 parent a35e78d commit dd3d8ed

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
18-
node-version: [14.x, 16.x, 18.x, 20.x]
18+
node-version: [14.x, 16.x, 18.x, 20.x, 22.x]
19+
exclude:
20+
- os: macos-latest
21+
node-version: 14.x
1922

2023
steps:
2124
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)