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 ad5e5b9 commit ff9d3c9Copy full SHA for ff9d3c9
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: setup Node ${{ matrix.node_version }}
16
uses: actions/setup-node@v1
17
with:
18
- node_version: ${{ matrix.node_version }}
+ node-version: ${{ matrix.node_version }}
19
- name: Install
20
run: yarn install
21
- name: Build
0 commit comments