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 43eca4a commit e36b55eCopy full SHA for e36b55e
.github/workflows/ci.yml
@@ -7,10 +7,21 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- node-version: [10.x, 12.x, 14.x]
11
- os: [ubuntu-latest, windows-latest, macOS-latest]
12
-
13
- runs-on: ${{ matrix.os }}
+ node-version: [6.x, 8.x, 10.x, 12.x]
+ platform:
+ - os: ubuntu-latest
+ shell: bash
14
+ - os: macos-latest
15
16
+ - os: windows-latest
17
18
19
+ shell: powershell
20
+
21
+ runs-on: ${{ matrix.platform.os }}
22
+ defaults:
23
+ run:
24
+ shell: ${{ matrix.platform.shell }}
25
26
steps:
27
# Checkout the npm/cli repo
0 commit comments