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 e6d2e84 commit aa98eacCopy full SHA for aa98eac
.github/workflows/ci.yml
@@ -11,12 +11,12 @@ jobs:
11
strategy:
12
matrix:
13
os: [ubuntu-latest, windows-latest]
14
- node: [12, 14, 16]
+ node-version: [12, 14]
15
runs-on: ${{ matrix.os }}
16
17
steps:
18
- uses: actions/checkout@v2
19
- - name: use Node.js ${{ matrix.node-version }}
+ - name: use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
20
uses: actions/setup-node@v2
21
with:
22
node-version: ${{ matrix.node-version }}
0 commit comments