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 f1b348a commit 1f4e055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
with:
node-version: 20
cache: 'npm'
cache-dependency-path: './frontend/package-lock.json'
- name: Install dependencies
run: npm install
- name: Build
Expand Down

0 comments on commit 1f4e055

Please sign in to comment.