Skip to content

Bump prettier from 2.8.8 to 3.3.2 #2445

Bump prettier from 2.8.8 to 3.3.2

Bump prettier from 2.8.8 to 3.3.2 #2445

Workflow file for this run

name: Node
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: yarn
- run: yarn build
- run: yarn lint
- run: yarn e2e
automerge:
needs: build
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}