There was an error while loading. Please reload this page.
1 parent 651fbff commit fd16b71Copy full SHA for fd16b71
1 file changed
.github/workflows/ci.yml
@@ -161,14 +161,12 @@ jobs:
161
with:
162
node-version: ${{ matrix.node-version }}
163
164
- - name OpenSSL npm
165
- run: npm install -g npm@latest
166
-
167
- name: Npm version fixes
168
if: ${{matrix.npm-version != ''}}
169
run: npm install -g ${{ matrix.npm-version }}
170
171
- name: Configure npm
+ shell: bash -eo pipefail -l {0}
172
run: |
173
if [[ "${{ matrix.node-version }}" == 0.* && "$(cut -d. -f2 <<< "${{ matrix.node-version }}")" -lt 10 ]]; then
174
npm config set strict-ssl false
0 commit comments