Skip to content

Commit fa8f034

Browse files
Merge pull request #65 from terminusdb/fix_npm_setup
add npm registry url
2 parents 8256c48 + 1d6dc76 commit fa8f034

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main_workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
uses: actions/setup-node@v2
110110
with:
111111
node-version: 16
112+
registry-url: 'https://registry.npmjs.org'
112113
- name: Build packages
113114
run: npm i && npm run build --ws
114115
- name: Publish workspaces

0 commit comments

Comments
 (0)