Skip to content

Commit

Permalink
Merge pull request #12 from connected-hil/fix/actions-release
Browse files Browse the repository at this point in the history
fix: ensure npmrc is properly set
  • Loading branch information
larte authored Mar 22, 2024
2 parents bb5dc68 + fc60597 commit 9fa12db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
Expand Down

0 comments on commit 9fa12db

Please sign in to comment.