Skip to content

chore(deps): update dependency prettier to v3 - autoclosed #350

chore(deps): update dependency prettier to v3 - autoclosed

chore(deps): update dependency prettier to v3 - autoclosed #350

Workflow file for this run

name: Pull Request Build
on:
pull_request:
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- run: npm -v
- run: npm install -g npm@7
- run: npm -v
- run: npm install
- run: npm install --workspaces
- run: npm run build
- run: npm run doc
- run: npm run coverage