Skip to content

Commit 25cfc00

Browse files
committed
actions: use yarn in node setup
1 parent 01eb9e7 commit 25cfc00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
- uses: actions/setup-node@main
1818
with:
1919
node-version: 16
20-
- name: install yarn
21-
run: npm i -g yarn
20+
cache: yarn
2221
- name: install dependencies
2322
run: yarn
2423
- name: publish

0 commit comments

Comments
 (0)