Skip to content

BUGFIX: yarn install instead of update #3

BUGFIX: yarn install instead of update

BUGFIX: yarn install instead of update #3

Workflow file for this run

name: Build binaries
on: [push]
jobs:
build:
name: Build package
runs-on: ubuntu-20.04
outputs:
version: pkg.tgz
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.17'
- name: build & package
run: |
# try and avoid timeout errors
yarn config set network-timeout 100000 -g
yarn install
yarn companion-module-build