Skip to content

Update dependency flow-bin to v0.252.0 #340

Update dependency flow-bin to v0.252.0

Update dependency flow-bin to v0.252.0 #340

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