Skip to content

build(deps-dev): bump @types/react from 18.2.20 to 18.2.37 #94

build(deps-dev): bump @types/react from 18.2.20 to 18.2.37

build(deps-dev): bump @types/react from 18.2.20 to 18.2.37 #94

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run lint
run: yarn lint
- name: Run tests
run: yarn test:coverage
env:
CI: true
- name: Upload coverage artifact
uses: actions/upload-artifact@v2
with:
name: coverage
path: coverage