Skip to content

Commit

Permalink
ci: fix dependencies installation
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Aug 26, 2023
1 parent 815e7fd commit 545fa92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'
- name: Install the latest npm
run: npm install -g npm && npm install
run: npm install -g npm
- name: Install dependencies
run: pnpm install
- name: Run build
run: pnpm run build
- name: Publish
Expand Down

0 comments on commit 545fa92

Please sign in to comment.