Skip to content

Commit 8aa9df8

Browse files
committed
chore: bump node versions and mongodb version and use ubuntu 22
1 parent 3f7fed0 commit 8aa9df8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
node: [16, 18, 20]
15-
os: [ubuntu-20.04]
14+
node: [18, 20, 22]
15+
os: [ubuntu-22.04]
1616
include:
17-
- os: ubuntu-20.04
18-
mongo-os: ubuntu2004
19-
mongo: 5.0.2
17+
- os: ubuntu-22.04
18+
mongo-os: ubuntu2204
19+
mongo: 7.0.12
2020
name: Node ${{ matrix.node }} MongoDB ${{ matrix.mongo }}
2121
steps:
2222
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v3

0 commit comments

Comments
 (0)