Skip to content

chore(deps-dev): bump prettier from 2.8.7 to 2.8.8 #1994

chore(deps-dev): bump prettier from 2.8.7 to 2.8.8

chore(deps-dev): bump prettier from 2.8.7 to 2.8.8 #1994

Workflow file for this run

name: Build
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: Change diff
run: git --no-pager show -m "$GITHUB_SHA" --color
- name: Build
shell: bash
run: |
npm --version
npm ci
pushd plugins/desktop && npm ci; popd
npm run lint
npm run build