Skip to content

Commit 585138e

Browse files
committed
doc: update workflows config. #137
1 parent f0efc3d commit 585138e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v3
1313
with:
1414
node-version: 16
15-
registry-url: https://npm.pkg.github.com
15+
registry-url: 'https://registry.npmjs.org'
1616

1717
- run: npm install
1818
- run: npm run build

0 commit comments

Comments
 (0)