File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 }}
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 }}
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 }}
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 }}
You can’t perform that action at this time.
0 commit comments