Skip to content

Commit 716e74e

Browse files
committed
Update github actions.
1 parent e498d98 commit 716e74e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bedrock Node.js CI
1+
name: Main CI
22

33
on: [push]
44

@@ -8,7 +8,7 @@ jobs:
88
timeout-minutes: 10
99
strategy:
1010
matrix:
11-
node-version: [20.x]
11+
node-version: [22.x]
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Use Node.js ${{ matrix.node-version }}
@@ -24,12 +24,12 @@ jobs:
2424
timeout-minutes: 10
2525
services:
2626
mongodb:
27-
image: mongo:5
27+
image: mongo:8
2828
ports:
2929
- 27017:27017
3030
strategy:
3131
matrix:
32-
node-version: [18.x, 20.x]
32+
node-version: [20.x, 22.x]
3333
steps:
3434
- uses: actions/checkout@v4
3535
- name: Use Node.js ${{ matrix.node-version }}
@@ -50,12 +50,12 @@ jobs:
5050
timeout-minutes: 10
5151
services:
5252
mongodb:
53-
image: mongo:5
53+
image: mongo:8
5454
ports:
5555
- 27017:27017
5656
strategy:
5757
matrix:
58-
node-version: [20.x]
58+
node-version: [22.x]
5959
steps:
6060
- uses: actions/checkout@v4
6161
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)