build: fix gh action
This commit is contained in:
parent
5ca38f60fd
commit
eb15f16846
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue