Skip to content

Commit 2ddb1ce

Browse files
committed
refactor
1 parent 8fdc6b8 commit 2ddb1ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reviewing_changes.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
node-version: ${{ matrix.node }}
5959

6060
- name: Set up npm authentication
61+
shell: bash
6162
run: |
6263
echo "//localhost:4873/:_auth=$(echo -n 'dummy:dummy' | base64)" >> ~/.npmrc
6364
echo "[email protected]" >> ~/.npmrc
@@ -70,6 +71,7 @@ jobs:
7071
npm config set registry http://localhost:4873
7172
7273
- name: Register user with Verdaccio
74+
shell: bash
7375
run: |
7476
curl -X PUT http://localhost:4873/-/user/org.couchdb.user:dummy \
7577
-H "Content-Type: application/json" \

0 commit comments

Comments
 (0)