fix(deps): update react monorepo to v18 #281
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |