Skip to content

Commit 75a76a1

Browse files
committed
chore: test against Node.js 24
Now that the mocha + ts-node + Node automatic type-stripping thing is (mostly) sorted, we should be able to test with Node.js 24 now.
1 parent 8a93515 commit 75a76a1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test-all-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
node: ["18", "20", "22"]
54+
node: ["18", "20", "22", "24"]
5555
runs-on: ubuntu-latest
5656
services:
5757
mongo:

.github/workflows/unit-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- "20.6.0"
4949
- "20"
5050
- "22"
51+
- "24"
5152
include:
5253
- node: 18
5354
code-coverage: true

0 commit comments

Comments
 (0)