File tree Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@v5
2525 - uses : actions/setup-node@v6
2626 with :
27- node-version : 22
27+ node-version : 24
2828 cache : npm
2929 - run : npm ci
3030 - name : Setup CDS project
Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@v5
2525 - uses : actions/setup-node@v6
2626 with :
27- node-version : 22
27+ node-version : 24
2828 cache : npm
2929 - uses : actions/setup-java@v5
3030 with :
Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v5
2626 - uses : actions/setup-node@v6
2727 with :
28- node-version : 22
28+ node-version : 24
2929 cache : npm
3030 - uses : actions/setup-java@v5
3131 with :
Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@v5
2525 - uses : actions/setup-node@v6
2626 with :
27- node-version : 22
27+ node-version : 24
2828 cache : npm
2929 - run : npm ci
3030 - name : Setup CDS project
Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v5
2626 - uses : actions/setup-node@v6
2727 with :
28- node-version : 22
28+ node-version : 24
2929 cache : npm
3030 - run : npm ci
3131 - name : Setup CDS project
Original file line number Diff line number Diff line change 3636 - uses : actions/checkout@v5
3737 - uses : actions/setup-node@v6
3838 with :
39- node-version : 22
39+ node-version : 24
4040 cache : npm
4141 - run : npm ci
4242 - run : npm run lint:ci
4747 - uses : actions/checkout@v5
4848 - uses : actions/setup-node@v6
4949 with :
50- node-version : 22
50+ node-version : 24
5151 cache : npm
5252 - run : npm ci
5353 - run : npm run openapi:check
5858 - uses : actions/checkout@v5
5959 - uses : actions/setup-node@v6
6060 with :
61- node-version : 22
61+ node-version : 24
6262 cache : npm
6363 - uses : actions/setup-java@v5
6464 with :
7474 - uses : actions/checkout@v5
7575 - uses : actions/setup-node@v6
7676 with :
77- node-version : 22
77+ node-version : 24
7878 cache : npm
7979 - uses : actions/setup-java@v5
8080 with :
9090 - uses : actions/checkout@v5
9191 - uses : actions/setup-node@v6
9292 with :
93- node-version : 22
93+ node-version : 24
9494 cache : npm
9595 - run : npm ci
9696 - run : npm run test:bin
Original file line number Diff line number Diff line change 3636 - uses : actions/checkout@v5
3737 - uses : actions/setup-node@v6
3838 with :
39- node-version : 22
39+ node-version : 24
4040 cache : npm
4141 - run : npm ci
4242 - run : npm run lint:ci
4747 - uses : actions/checkout@v5
4848 - uses : actions/setup-node@v6
4949 with :
50- node-version : 22
50+ node-version : 24
5151 cache : npm
5252 - run : npm ci
5353 - run : npm run openapi:check
5858 - uses : actions/checkout@v5
5959 - uses : actions/setup-node@v6
6060 with :
61- node-version : 22
61+ node-version : 24
6262 cache : npm
6363 - uses : actions/setup-java@v5
6464 with :
7474 - uses : actions/checkout@v5
7575 - uses : actions/setup-node@v6
7676 with :
77- node-version : 22
77+ node-version : 24
7878 cache : npm
7979 - uses : actions/setup-java@v5
8080 with :
9090 - uses : actions/checkout@v5
9191 - uses : actions/setup-node@v6
9292 with :
93- node-version : 22
93+ node-version : 24
9494 cache : npm
9595 - run : npm ci
9696 - run : npm run test:bin
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v5
1717 - uses : actions/setup-node@v6
1818 with :
19- node-version : 22
19+ node-version : 24
2020 cache : npm
2121 registry-url : https://registry.npmjs.org/
2222 - name : Update npm
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v5
2020 - uses : actions/setup-node@v6
2121 with :
22- node-version : 22
22+ node-version : 24
2323 cache : npm
2424 - uses : actions/setup-java@v5
2525 with :
You can’t perform that action at this time.
0 commit comments