Skip to content

Commit

Permalink
install lib dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eliobischof committed Jan 12, 2024
1 parent df4eb60 commit 00c4de2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn
working-directory: ./lib
- run: yarn build
working-directory: ./lib
- name: semantic release
Expand Down

0 comments on commit 00c4de2

Please sign in to comment.