ci: use node-version (#197)

This commit is contained in:
Daniel Ruf 2019-10-13 18:21:43 +02:00 committed by Sergio Hg
parent e0e7c07bce
commit 245247cbed

View File

@ -19,7 +19,7 @@ jobs:
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v1
with:
version: ${{ matrix.node_version }}
node-version: ${{ matrix.node_version }}
- name: Install
run: yarn install --frozen-lockfile
- name: Build