Skip to content

Commit

Permalink
Update github_actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
End-rey authored Feb 23, 2024
1 parent b95a8d0 commit d30c85b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Go to dir
run: cd ./frontend
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- name: Go to dir
run: cd ./frontend
- name: Install dependencies
run: npm install
- name: Build
Expand Down

0 comments on commit d30c85b

Please sign in to comment.