Skip to content

Commit

Permalink
[💚][CI]: Fix dependencies on publish-npm job (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimshins authored Apr 15, 2024
1 parent faaa126 commit 7eff689
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/

- name: "📦 install dependencies"
run: pnpm install

- name: "🚚 download package"
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 7eff689

Please sign in to comment.