Skip to content

Commit

Permalink
fix Last updated is not correct #278
Browse files Browse the repository at this point in the history
  • Loading branch information
harivyasi authored and phuang26 committed Nov 5, 2023
1 parent d05a78e commit 87b8140
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ jobs:
build_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: "npm"

Expand Down

0 comments on commit 87b8140

Please sign in to comment.