Skip to content

Commit b867270

Browse files
authored
update npm dependencies (#7)
1 parent 47400c9 commit b867270

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
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
}

test/stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
postgresql:
3-
image: postgres:alpine
3+
image: postgres:17-alpine
44
restart: always
55
environment:
66
POSTGRES_PASSWORD: postgres

0 commit comments

Comments
 (0)