Skip to content

Commit 37a4960

Browse files
committed
chore: update CI with latest mongodb version
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent 34fe215 commit 37a4960

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ jobs:
2323
matrix:
2424
node-version: [20, 22, 24]
2525
mongodb-version:
26-
- '5.0'
27-
- '6.0'
2826
- '7.0'
27+
- '8.0'
2928
fail-fast: false
3029
steps:
3130
- uses: actions/checkout@v6
@@ -71,10 +70,10 @@ jobs:
7170
runs-on: ubuntu-latest
7271
steps:
7372
- uses: actions/checkout@v6
74-
- name: Use Node.js 16
73+
- name: Use Node.js 22
7574
uses: actions/setup-node@v6
7675
with:
77-
node-version: 16
76+
node-version: 22
7877
- name: Bootstrap project
7978
run: npm ci --ignore-scripts
8079
- name: Verify code linting
@@ -87,10 +86,10 @@ jobs:
8786
- uses: actions/checkout@v6
8887
with:
8988
fetch-depth: 0
90-
- name: Use Node.js 16
89+
- name: Use Node.js 22
9190
uses: actions/setup-node@v6
9291
with:
93-
node-version: 16
92+
node-version: 22
9493
- name: Bootstrap project
9594
run: npm ci --ignore-scripts
9695
- name: Verify commit linting

0 commit comments

Comments
 (0)