Skip to content

Commit 5057fbc

Browse files
also matrix for latest node (19)
Co-authored-by: Nick Schonning <nschonni@gmail.com>
1 parent 9a3b0cd commit 5057fbc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [14.x, 16.x, 18.x]
15+
node-version:
16+
- 14
17+
- 16
18+
- 18
19+
- 19
1620

1721
steps:
1822
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)