Skip to content

Commit

Permalink
[dsch] running tests in node@20 and mongoose@8
Browse files Browse the repository at this point in the history
  • Loading branch information
DScheglov committed Mar 12, 2024
1 parent 983bddd commit 61cc985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16, 18]
mongoose: [5, 6, 7]
node: [14, 16, 18, 20]
mongoose: [5, 6, 7, 8]

steps:
- name: Clone repo
Expand Down

0 comments on commit 61cc985

Please sign in to comment.