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 5132c72 commit 94b8bfaCopy full SHA for 94b8bfa
.github/workflows/build.yml
@@ -19,6 +19,7 @@ jobs:
19
uses: actions/setup-node@v4
20
with:
21
node-version: "20.x"
22
+ registry-url: "https://registry.npmjs.org"
23
24
- name: Install
25
run: npm install
0 commit comments