File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111 abaplint :
12+ timeout-minutes : 5
1213 name : abaplint
1314 runs-on : ubuntu-latest
1415 steps :
15- - uses : actions/setup-node@v3
16- with :
17- node-version : ' 20'
18- - uses : actions/checkout@v3
16+ - uses : actions/setup-node@v4
17+ - uses : actions/checkout@v4
1918 - name : Run abaplint
2019 run : |
2120 npm -g install @abaplint/cli
Original file line number Diff line number Diff line change 99
1010jobs :
1111 unit_test :
12+ timeout-minutes : 5
1213 name : Run unit tests
1314 runs-on : ubuntu-latest
1415 steps :
15- - uses : actions/setup-node@v3
16- with :
17- node-version : ' 20'
18- - uses : actions/checkout@v3
16+ - uses : actions/setup-node@v4
17+ - uses : actions/checkout@v4
1918 - name : Run unit tests
2019 run : |
2120 npm -g install @abaplint/transpiler-cli
You can’t perform that action at this time.
0 commit comments