Skip to content

chore(deps): bump sharp from 0.32.5 to 0.32.6 #733

chore(deps): bump sharp from 0.32.5 to 0.32.6

chore(deps): bump sharp from 0.32.5 to 0.32.6 #733

Workflow file for this run

name: Build Checks for CLI
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install -g yarn
- run: cd apps/cli/ && yarn && yarn build && yarn r
- run: shx help
- run: du -sh