Skip to content

Commit

Permalink
fix: add registry to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Mar 29, 2022
1 parent 87c797f commit 5a91d1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'
- run: pnpm install
- run: pnpm run docs
Expand Down

0 comments on commit 5a91d1a

Please sign in to comment.