Skip to content

Commit c2ceadd

Browse files
authored
Merge pull request #93 from MikeMcC399/update/ci-node
ci: use current node.js versions in matrix build
2 parents 0e5d251 + d0cc11f commit c2ceadd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
matrix:
1717
node-version:
1818
- 18
19-
- 19
2019
- 20
20+
- 22
21+
- 23
2122

2223
steps:
2324
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)