Skip to content

Commit 063c49f

Browse files
committed
test: add test stage with mongoose v5
1 parent 1a0c558 commit 063c49f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
run: yarn test
2424
env:
2525
CI: true
26+
- name: Testing with previous mongoose versions
27+
run: yarn test-prev-vers
28+
env:
29+
CI: true
2630
- name: Send codecov.io stats
2731
if: matrix.node-version == '12.x'
2832
run: bash <(curl -s https://codecov.io/bash) || echo ''

0 commit comments

Comments
 (0)