We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222d876 commit da15fd3Copy full SHA for da15fd3
1 file changed
.github/workflows/publish.yml
@@ -22,6 +22,7 @@ jobs:
22
- uses: actions/setup-node@v4
23
with:
24
node-version: "24"
25
+ registry-url: "https://registry.npmjs.org"
26
- run: npm install -g npm@latest
27
- run: npm ci
28
- run: npm run build
0 commit comments