Test node 12 for windows build

This commit is contained in:
Daniel Sanchez 2021-04-21 18:19:36 +02:00
parent 10d394328f
commit 4a38f71acc
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 12
- uses: actions/setup-python@v1
if: startsWith(matrix.os, 'windows')