Skip to content

Commit

Permalink
fix: install dependencies before release
Browse files Browse the repository at this point in the history
  • Loading branch information
MauricioRobayo committed Aug 15, 2024
1 parent d00b64f commit abb0c6f
Show file tree
Hide file tree
Showing 3 changed files with 1,093 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
with:
node-version: 20
cache: "npm"
- name: Install Dependencies
run: npm ci
- name: Download build
uses: actions/download-artifact@v4
with:
Expand Down
Loading

0 comments on commit abb0c6f

Please sign in to comment.