Skip to content

Commit a77bc16

Browse files
authored
update actions (sbcgua#211)
1 parent e5e0fd0 commit a77bc16

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/abaplint.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ on:
99

1010
jobs:
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

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ on:
99

1010
jobs:
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

0 commit comments

Comments
 (0)