Skip to content

Commit 6d2130b

Browse files
authored
update dependencies (#27)
1 parent df4a1d2 commit 6d2130b

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
timeout-minutes: 10
99
steps:
10-
- uses: actions/checkout@v2
11-
- name: Use Node.js
12-
uses: actions/setup-node@v2
13-
with:
14-
node-version: '20'
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-node@v4
1512
- name: Run npm steps
1613
run: |
1714
npm install

package-lock.json

Lines changed: 24 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
},
2323
"homepage": "https://github.com/heliconialabs/abap-protobuf#readme",
2424
"devDependencies": {
25-
"@abaplint/cli": "^2.112.14",
26-
"@abaplint/runtime": "^2.10.9",
27-
"@abaplint/transpiler-cli": "^2.10.9"
25+
"@abaplint/cli": "^2.113.108",
26+
"@abaplint/runtime": "^2.10.39",
27+
"@abaplint/transpiler-cli": "^2.10.39"
2828
}
2929
}

0 commit comments

Comments
 (0)