We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137629c commit 0696b6cCopy full SHA for 0696b6c
1 file changed
.github/workflows/tests.yml
@@ -51,9 +51,6 @@ jobs:
51
with:
52
node-version: ${{ matrix.node_version }}
53
54
- - run: npm config set script-shell 'bash'
55
- if: runner.os == 'Windows'
56
-
57
- run: |
58
if [ "${{ matrix.electron_version }}" != 'latest' ]; then
59
npm install -D electron@${{ matrix.electron_version }}
0 commit comments