Skip to content

Commit

Permalink
feat: install packages
Browse files Browse the repository at this point in the history
  • Loading branch information
xavidop committed Oct 22, 2023
1 parent c4f8558 commit ed8f403
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
with:
cache: yarn
node-version: lts/*
- name: install
uses: borales/actions-yarn@v4
with:
cmd: install --frozen-lockfile
- run: yarn build
# pinned version updated automatically by Renovate.
# details at https://semantic-release.gitbook.io/semantic-release/usage/installation#global-installation
Expand Down

0 comments on commit ed8f403

Please sign in to comment.