Restore node to v14

This commit is contained in:
Daniel Sanchez 2021-04-16 15:55:17 +02:00
parent f5ffb1e8a2
commit bc4e0bb151

View File

@ -52,7 +52,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
- name: Run yarn install
run: yarn install --frozen-lockfile --network-concurrency 1