File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 timeout-minutes : 5
1616 steps :
17- - uses : actions/checkout@v4
18- - uses : actions/setup-node@v4
17+ - uses : actions/checkout@v6
18+ - uses : actions/setup-node@v6
1919 - run : npm run docker:start
2020 - run : npm install
2121 - run : npm test
Original file line number Diff line number Diff line change 1212 },
1313 "license" : " " ,
1414 "dependencies" : {
15- "@abaplint/cli" : " ^2.114.8 " ,
16- "@abaplint/runtime" : " ^2.12.16 " ,
15+ "@abaplint/cli" : " ^2.115.22 " ,
16+ "@abaplint/runtime" : " ^2.12.26 " ,
1717 "@abaplint/database-pg" : " ^2.11.78" ,
18- "@abaplint/transpiler-cli" : " ^2.12.16 "
18+ "@abaplint/transpiler-cli" : " ^2.12.26 "
1919 }
2020}
Original file line number Diff line number Diff line change 11services :
22 postgresql :
3- image : postgres:alpine
3+ image : postgres:17- alpine
44 restart : always
55 environment :
66 POSTGRES_PASSWORD : postgres
You can’t perform that action at this time.
0 commit comments