Skip to content

Commit 47474fd

Browse files
committed
openssl npm
1 parent 651fbff commit 47474fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ jobs:
169169
run: npm install -g ${{ matrix.npm-version }}
170170

171171
- name: Configure npm
172+
shell: bash -eo pipefail -l {0}
172173
run: |
173174
if [[ "${{ matrix.node-version }}" == 0.* && "$(cut -d. -f2 <<< "${{ matrix.node-version }}")" -lt 10 ]]; then
174175
npm config set strict-ssl false

0 commit comments

Comments
 (0)