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 61804c3 commit 9d52876Copy full SHA for 9d52876
.github/workflows/ci.yml
@@ -15,22 +15,22 @@ jobs:
15
- ubuntu-latest
16
- macos-latest
17
- windows-latest
18
- node_version:
+ node-version:
19
- 14
20
include:
21
- node-version: 12
22
os: unbuntu-latest
23
- node-version: 16
24
os: ubuntu-latest
25
- name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
+ name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
26
steps:
27
- uses: actions/checkout@v1
28
- uses: pnpm/[email protected]
29
with:
30
version: 6
31
- uses: actions/setup-node@v2
32
33
- node-version: ${{ matrix.node_version }}
+ node-version: ${{ matrix.node-version }}
34
cache: 'pnpm'
35
- run: pnpm install
36
- run: pnpm test
0 commit comments