We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23904bc commit 29b94b3Copy full SHA for 29b94b3
.github/workflows/ci.yml
@@ -20,6 +20,7 @@ jobs:
20
uses: actions/setup-node@v4
21
with:
22
node-version: "22"
23
+ registry-url: https://registry.npmjs.org # Needed to make auth work for publishing
24
25
- name: Install dependencies
26
run: npm ci
0 commit comments