We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6999f commit a232f8aCopy full SHA for a232f8a
.github/workflows/hopp-publish.yml
@@ -17,6 +17,7 @@ jobs:
17
with:
18
node-version: 20
19
cache: 'npm'
20
+ registry-url: "https://registry.npmjs.org"
21
22
- run: npm install
23
0 commit comments