Skip to content

Commit

Permalink
chore: use yarn install deps (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgz5689 authored Oct 12, 2024
1 parent 8eb07f4 commit 1ef483f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ jobs:
with:
node-version: '20'

- name: Install Yarn
run: npm install -g yarn@1.22.15

- name: Install dependencies
run: npm install
run: yarn

- name: Build
run: npm run prepack
run: yarn prepack

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

0 comments on commit 1ef483f

Please sign in to comment.