Skip to content

Commit 8766da7

Browse files
committed
Include node 22, 24 and mongo 8 in CI
1 parent 7779e33 commit 8766da7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
node: [20]
16-
mongodb-version: [4.4]
15+
node: [20, 22, 24]
16+
mongodb-version: [4.4, 8]
1717
python-version: [3.8]
1818
redis-version: [6]
1919

@@ -84,4 +84,4 @@ jobs:
8484
- name: Mocha server/webhooks test
8585
run: node ./node_modules/mocha/bin/mocha --timeout 10000 --exit --recursive ./test/server/webhooks
8686
- name: Mocha server/worker test
87-
run: node ./node_modules/mocha/bin/mocha --timeout 10000 --exit --recursive ./test/server/worker
87+
run: node ./node_modules/mocha/bin/mocha --timeout 10000 --exit --recursive ./test/server/worker

0 commit comments

Comments
 (0)