Skip to content

Update dependency next to v13 [SECURITY] #330

Update dependency next to v13 [SECURITY]

Update dependency next to v13 [SECURITY] #330

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