Skip to content

Commit

Permalink
Install dependencies before packing
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed Aug 31, 2024
1 parent 09b65d5 commit 6612886
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ jobs:
with:
submodules: true

- name: Install dependencies
run: npm ci --ignore-scripts

- name: Download prebuild artifacts
id: download-artifact
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 6612886

Please sign in to comment.