We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10992c commit 3a1652bCopy full SHA for 3a1652b
.github/workflows/publish.yml
@@ -13,6 +13,7 @@ jobs:
13
uses: actions/setup-node@v4
14
with:
15
node-version: '20.x'
16
+ registry-url: 'https://registry.npmjs.org'
17
- name: Install dependencies
18
run: npm install
19
- name: Publish package on NPM 📦
0 commit comments