File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 8
8
timeout-minutes : 10
9
9
strategy :
10
10
matrix :
11
- node-version : [20 .x]
11
+ node-version : [22 .x]
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- name : Use Node.js ${{ matrix.node-version }}
15
- uses : actions/setup-node@v3
15
+ uses : actions/setup-node@v4
16
16
with :
17
17
node-version : ${{ matrix.node-version }}
18
18
- run : npm install
@@ -24,16 +24,16 @@ jobs:
24
24
timeout-minutes : 10
25
25
services :
26
26
mongodb :
27
- image : mongo:5
27
+ image : mongo:6
28
28
ports :
29
29
- 27017:27017
30
30
strategy :
31
31
matrix :
32
- node-version : [18 .x, 20 .x]
32
+ node-version : [20 .x, 22 .x]
33
33
steps :
34
- - uses : actions/checkout@v3
34
+ - uses : actions/checkout@v4
35
35
- name : Use Node.js ${{ matrix.node-version }}
36
- uses : actions/setup-node@v3
36
+ uses : actions/setup-node@v4
37
37
with :
38
38
node-version : ${{ matrix.node-version }}
39
39
- run : |
@@ -50,16 +50,16 @@ jobs:
50
50
timeout-minutes : 10
51
51
services :
52
52
mongodb :
53
- image : mongo:5
53
+ image : mongo:6
54
54
ports :
55
55
- 27017:27017
56
56
strategy :
57
57
matrix :
58
- node-version : [20 .x]
58
+ node-version : [22 .x]
59
59
steps :
60
- - uses : actions/checkout@v3
60
+ - uses : actions/checkout@v4
61
61
- name : Use Node.js ${{ matrix.node-version }}
62
- uses : actions/setup-node@v3
62
+ uses : actions/setup-node@v4
63
63
with :
64
64
node-version : ${{ matrix.node-version }}
65
65
- run : |
You can’t perform that action at this time.
0 commit comments