Skip to content

build(deps-dev): bump @types/react from 18.2.8 to 18.2.24 #294

build(deps-dev): bump @types/react from 18.2.8 to 18.2.24

build(deps-dev): bump @types/react from 18.2.8 to 18.2.24 #294

Workflow file for this run

name: Test
on:
push:
pull_request:
branches: [master]
workflow_dispatch:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up pnpm
uses: pnpm/[email protected]
with:
version: 8
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
cache: "pnpm"
- name: Cache Turborepo Tasks
uses: actions/cache@v3
with:
path: ${{ github.workspace }}/node_modules/.cache/turbo
key: ${{ runner.os }}-turbo-test-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: ${{ runner.os }}-turbo-
- run: pnpm install -rw
- run: pnpm run lint
- run: pnpm run cov