Skip to content

Commit

Permalink
Use yarn.
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Mar 23, 2024
1 parent cd22794 commit 8dea0a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
# - name: Install yarn
# run: npm install -g yarn
- name: Install dependencies
run: npm install
run: yarn
- name: Publish binaries
run: npm run upload-binary
run: yarn upload-binary
env:
NODE_PRE_GYP_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8dea0a4

Please sign in to comment.