Skip to content

Commit

Permalink
github-action: fix missing registry url to deploy on npmjs
Browse files Browse the repository at this point in the history
  • Loading branch information
federi95 committed Dec 8, 2022
1 parent 727b860 commit 7d6228b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
version: 6.32.9
- uses: actions/setup-node@v3.5.1
with:
node-version: '16'
cache: 'pnpm'
node-version: '16'
registry-url: 'https://registry.npmjs.org'
- run: pnpm install
- run: pnpm build
- run: pnpm test
Expand Down

0 comments on commit 7d6228b

Please sign in to comment.