Skip to content

Commit a19e0e8

Browse files
authored
update (#25)
1 parent 8b69cf3 commit a19e0e8

6 files changed

Lines changed: 141 additions & 97 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: build
22

33
on:
44
push:
5+
branches:
6+
- main
57
pull_request:
68
workflow_dispatch:
79

@@ -13,10 +15,8 @@ jobs:
1315
runs-on: ubuntu-latest
1416
timeout-minutes: 10
1517
steps:
16-
- uses: actions/checkout@v3
17-
- uses: actions/setup-node@v3
18-
with:
19-
node-version: 20
18+
- uses: actions/checkout@v4
19+
- uses: actions/setup-node@v4
2020
- run: npm install
2121
- run: npm test
2222
- name: Update abapedia.org

0 commit comments

Comments
 (0)