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 651fbff commit 47474fdCopy full SHA for 47474fd
.github/workflows/ci.yml
@@ -169,6 +169,7 @@ jobs:
169
run: npm install -g ${{ matrix.npm-version }}
170
171
- name: Configure npm
172
+ shell: bash -eo pipefail -l {0}
173
run: |
174
if [[ "${{ matrix.node-version }}" == 0.* && "$(cut -d. -f2 <<< "${{ matrix.node-version }}")" -lt 10 ]]; then
175
npm config set strict-ssl false
0 commit comments