Merge pull request #3525 from matklad/ci

Install Node only for Linux
This commit is contained in:
Aleksey Kladov 2020-03-09 10:16:58 +01:00 committed by GitHub
commit 58ab084034
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,7 @@ jobs:
override: true
- name: Install Nodejs
if: matrix.os == 'ubuntu-latest'
uses: actions/setup-node@v1
with:
node-version: 12.x