Skip to content

Build arg support docker build and updated yarn settings (#77) #348

Build arg support docker build and updated yarn settings (#77)

Build arg support docker build and updated yarn settings (#77) #348

Workflow file for this run

name: Build with yarn
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.0.0 ]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn build
- run: yarn start bratiska-cli --version