Skip to content

Commit

Permalink
fix(ci): update yml lol
Browse files Browse the repository at this point in the history
  • Loading branch information
felipetodev committed Sep 13, 2024
1 parent fdd510c commit 46d5f18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/_studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: jaid/action-npm-install@v1.2.1
- name: Install dependencies in frontend folder
run: |
cd frontend
npm ci
- uses: withastro/action-studio@main

0 comments on commit 46d5f18

Please sign in to comment.