Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
himaster authored Oct 31, 2024
1 parent c0ff3c7 commit 10282bd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2


- uses: actions/setup-node@v3

- run: corepack enable

- name: Install Dependencies
run: yarn install --frozen-lockfile

Expand Down

0 comments on commit 10282bd

Please sign in to comment.