Skip to content

Commit

Permalink
fix: try again
Browse files Browse the repository at this point in the history
  • Loading branch information
kabaros committed Aug 8, 2024
1 parent 9aacb4c commit 4fec178
Show file tree
Hide file tree
Showing 2 changed files with 1,055 additions and 2,173 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/dhis2-verify-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: 20.x

Expand All @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: 20.x

Expand All @@ -80,7 +80,7 @@ jobs:
needs: [build]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: 20.x

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
# - name: Checkout
# uses: actions/checkout@v2

# - uses: actions/setup-node@v1
# - uses: actions/setup-node@v3
# with:
# node-version: 20.x

Expand Down Expand Up @@ -175,8 +175,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20.x



- uses: actions/download-artifact@v2
with:
Expand Down
Loading

0 comments on commit 4fec178

Please sign in to comment.