Skip to content

Commit 6a614fb

Browse files
committed
chore(ci): Add additional Node versions to matrix
1 parent e422eb1 commit 6a614fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
node: [10, 12, 14, 16, 18]
34+
node: [10, 12, 14, 16, 18, 20, 22, 24]
3535
os: [ubuntu-latest, windows-latest, macos-latest]
3636

3737
steps:

0 commit comments

Comments
 (0)