build: fix gh action

This commit is contained in:
Andrey Ponomarenko 2020-09-25 08:50:26 +03:00
parent 5ca38f60fd
commit eb15f16846
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,10 @@ on:
jobs:
test-and-release:
name: release
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.18.4]
steps:
- name: Install yarn
run: npm install -g yarn