Skip to content

Bump prettier from 2.7.1 to 3.0.0 #191

Bump prettier from 2.7.1 to 3.0.0

Bump prettier from 2.7.1 to 3.0.0 #191

Workflow file for this run

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