Skip to content

Commit 457c291

Browse files
nschonnischorfES
andauthored
Update matrix to currently supported Node.js versions (#320)
* ci: update matrix to currently supported Node.js versions * Update .github/workflows/ci.yml Co-authored-by: Nick Schonning <nschonni@gmail.com> --------- Co-authored-by: Norman Rusch <account-github@nrmnrsh.com>
1 parent 5a9eca2 commit 457c291

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [macos-latest, windows-latest, ubuntu-latest]
13-
node: [16, 17, 18, 19, 20, 22]
13+
node:
14+
- 16
15+
- 18
16+
- 20
17+
- 22
18+
- 23
1419

1520
steps:
1621
- name: Git checkout

0 commit comments

Comments
 (0)