Skip to content

Commit e026f49

Browse files
committed
Install with yarn
1 parent 4c27ca5 commit e026f49

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
node-version: '22'
2121
registry-url: 'https://registry.npmjs.org/'
2222

23-
- name: Install dependencies
24-
run: npm install
23+
- name: Run install
24+
uses: borales/actions-yarn@v4
25+
with:
26+
cmd: install
2527

2628
- name: Build
2729
run: npm run build

0 commit comments

Comments
 (0)