Skip to content

Update dependency prettier to v2.8.8 #281

Update dependency prettier to v2.8.8

Update dependency prettier to v2.8.8 #281

Workflow file for this run

name: Build and validate
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: yarn
- run: NODE_OPTIONS=--openssl-legacy-provider yarn build
- run: yarn flow