Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
spearwolf committed Nov 14, 2023
1 parent 406f183 commit 0ca4ffc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
run_install: true

- run: pnpm run ci
name: Run all checks
Expand All @@ -36,6 +37,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
run_install: true

- run: pnpm run publishNpmPkg
name: Publish npm packages
Expand Down

0 comments on commit 0ca4ffc

Please sign in to comment.