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 f0f057d commit 1b580b4Copy full SHA for 1b580b4
1 file changed
.github/workflows/release.yml
@@ -12,6 +12,8 @@ jobs:
12
steps:
13
- uses: actions/checkout@v1
14
- uses: actions/setup-node@v1
15
+ with:
16
+ registry-url: "https://registry.npmjs.org"
17
- run: npm install --global npm@6
18
- run: npm ci
19
- run: npm run build
0 commit comments