Skip to content

Commit f291d7d

Browse files
committed
Update actions, db version, and node versions.
1 parent 74a7882 commit f291d7d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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:6
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:6
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 }}
@@ -76,12 +76,12 @@ jobs:
7676
timeout-minutes: 10
7777
services:
7878
mongodb:
79-
image: mongo:5
79+
image: mongo:6
8080
ports:
8181
- 27017:27017
8282
strategy:
8383
matrix:
84-
node-version: [20.x]
84+
node-version: [22.x]
8585
steps:
8686
- uses: actions/checkout@v4
8787
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)