Skip to content

Commit

Permalink
ci: Add npm registry url as this is a required prop for publishing (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton authored Dec 4, 2024
1 parent dffce9a commit 18e9307
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
registry-url: "https://registry.npmjs.org"
- name: Install packages
run: npm ci
- name: Compile Typescript files
Expand Down

0 comments on commit 18e9307

Please sign in to comment.