Skip to content

Update dependency polished to v4.3.1 #280

Update dependency polished to v4.3.1

Update dependency polished to v4.3.1 #280

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