Skip to content

Commit bba4af1

Browse files
committed
Update github actions.
1 parent eeea2dc commit bba4af1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 4 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: [22.x]
11+
node-version: [24.x]
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Use Node.js ${{ matrix.node-version }}
@@ -29,7 +29,7 @@ jobs:
2929
- 27017:27017
3030
strategy:
3131
matrix:
32-
node-version: [20.x, 22.x]
32+
node-version: [22.x, 24.x]
3333
steps:
3434
- uses: actions/checkout@v4
3535
- name: Use Node.js ${{ matrix.node-version }}
@@ -55,7 +55,7 @@ jobs:
5555
- 27017:27017
5656
strategy:
5757
matrix:
58-
node-version: [22.x]
58+
node-version: [24.x]
5959
steps:
6060
- uses: actions/checkout@v4
6161
- name: Use Node.js ${{ matrix.node-version }}
@@ -81,7 +81,7 @@ jobs:
8181
- 27017:27017
8282
strategy:
8383
matrix:
84-
node-version: [22.x]
84+
node-version: [24.x]
8585
steps:
8686
- uses: actions/checkout@v4
8787
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)