fix: update node version in test workflow

This commit is contained in:
Marton Lederer 2021-02-20 16:22:59 +01:00
parent df64532959
commit 8663e0d3bb
No known key found for this signature in database
GPG Key ID: 9B7FD44832ADFE95

View File

@ -10,6 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14'
- name: Install yarn
run: npm i -g yarn