Skip to content

fix(deps): update react monorepo to v18 #281

fix(deps): update react monorepo to v18

fix(deps): update react monorepo to v18 #281

Workflow file for this run

name: Test Renovate + Dependabot updates
on:
push:
branches:
- renovate/**
- dependabot/**
pull_request:
branches:
- renovate/**
- dependabot/**
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn build
- run: yarn test
env:
CI: true