Skip to content

feat(dependencies): update react to v 18 #249

feat(dependencies): update react to v 18

feat(dependencies): update react to v 18 #249

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '20'
check-latest: true
- uses: bahmutov/npm-install@v1
- run: yarn ci
- uses: codecov/codecov-action@v1
with:
file: ./packages/*/coverage/lcov.info