Skip to content

Commit 5a32590

Browse files
committed
updating supported node matrix
1 parent 2ea6d40 commit 5a32590

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
node: [16, 18, 20]
17+
node: [18, 20, 22]
1818
os: [ubuntu-latest, windows-latest, macOS-latest]
1919
# these are only excluded so we don't run so many jobs
2020
# they are more expensive and less likely to be a problem if the rest pass
2121
exclude:
2222
- os: macOS-latest
23-
node: 16
24-
- os: windows-latest
2523
node: 18
26-
- os: macOS-latest
24+
- os: windows-latest
2725
node: 20
26+
- os: macOS-latest
27+
node: 22
2828
steps:
2929
- uses: actions/checkout@v2
3030
- name: Use Node.js ${{ matrix.node }}

0 commit comments

Comments
 (0)