Skip to content

Commit

Permalink
Install with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAAndrew committed Nov 28, 2024
1 parent 4c27ca5 commit e026f49
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
node-version: '22'
registry-url: 'https://registry.npmjs.org/'

- name: Install dependencies
run: npm install
- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install

- name: Build
run: npm run build
Expand Down

0 comments on commit e026f49

Please sign in to comment.