Skip to content

Commit 1ef483f

Browse files
authored
chore: use yarn install deps (#43)
1 parent 8eb07f4 commit 1ef483f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@ jobs:
2020
with:
2121
node-version: '20'
2222

23+
- name: Install Yarn
24+
run: npm install -g [email protected]
25+
2326
- name: Install dependencies
24-
run: npm install
27+
run: yarn
2528

2629
- name: Build
27-
run: npm run prepack
30+
run: yarn prepack
2831

2932
- name: Authenticate with npm registry
3033
run: npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)