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 dee67a8 commit fa8586eCopy full SHA for fa8586e
.github/workflows/test-and-release.yml
@@ -87,6 +87,7 @@ jobs:
87
uses: actions/setup-node@v4
88
with:
89
node-version: ${{ matrix.node-version }}
90
+ registry-url: 'https://registry.npmjs.org/'
91
92
- name: Install Dependencies
93
run: npm ci
0 commit comments