Skip to content

env: update yarn version to 4.x #251

env: update yarn version to 4.x

env: update yarn version to 4.x #251

Workflow file for this run

name: Examples
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: ci
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: ./.github/actions/setup-node
- name: Install dependencies
run: yarn install --immutable
- name: Build
run: yarn prebuild && yarn build
working-directory: ./examples/react