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 8fdc6b8 commit 2ddb1ceCopy full SHA for 2ddb1ce
.github/workflows/reviewing_changes.yml
@@ -58,6 +58,7 @@ jobs:
58
node-version: ${{ matrix.node }}
59
60
- name: Set up npm authentication
61
+ shell: bash
62
run: |
63
echo "//localhost:4873/:_auth=$(echo -n 'dummy:dummy' | base64)" >> ~/.npmrc
64
echo "[email protected]" >> ~/.npmrc
@@ -70,6 +71,7 @@ jobs:
70
71
npm config set registry http://localhost:4873
72
73
- name: Register user with Verdaccio
74
75
76
curl -X PUT http://localhost:4873/-/user/org.couchdb.user:dummy \
77
-H "Content-Type: application/json" \
0 commit comments