Skip to content

chore(deps): update relay packages (major) #4664

chore(deps): update relay packages (major)

chore(deps): update relay packages (major) #4664

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
- name: Setup Node.js 16.x
uses: actions/setup-node@master
with:
node-version: 16.x
- name: Install Dependencies
run: yarn
- name: Build Packages
run: yarn build
- name: "Test Packages"
run: yarn test
- name: "Test ESM & CJS integrity"
run: yarn bob check