We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef72053 commit 6a62e5aCopy full SHA for 6a62e5a
.github/workflows/publish-release.yml
@@ -15,6 +15,7 @@ jobs:
15
uses: actions/setup-node@v4
16
with:
17
node-version: 20.x
18
+ registry-url: 'https://registry.npmjs.org'
19
20
- name: Install Dependencies
21
run: npm ci --ignore-engines
0 commit comments