Skip to content

[DO NOT MERGE]: Repro error we have in our internal repo #1397

[DO NOT MERGE]: Repro error we have in our internal repo

[DO NOT MERGE]: Repro error we have in our internal repo #1397

Workflow file for this run

name: PR
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn ci