We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc4567 commit 22a187fCopy full SHA for 22a187f
.github/workflows/npm-publish.yml
@@ -10,6 +10,7 @@ jobs:
10
- uses: actions/setup-node@v3
11
with:
12
node-version: "18"
13
+ registry-url: "https://registry.npmjs.org"
14
- run: npm ci
15
- run: npm install
16
- run: npm run build
0 commit comments