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 f0efc3d commit 585138eCopy full SHA for 585138e
1 file changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/setup-node@v3
13
with:
14
node-version: 16
15
- registry-url: https://npm.pkg.github.com
+ registry-url: 'https://registry.npmjs.org'
16
17
- run: npm install
18
- run: npm run build
0 commit comments