Skip to content

build(deps-dev): bump typescript from 5.1.6 to 5.2.2 #93

build(deps-dev): bump typescript from 5.1.6 to 5.2.2

build(deps-dev): bump typescript from 5.1.6 to 5.2.2 #93

Workflow file for this run

name: Test
on:
push:
pull_request:
branches: [master]
workflow_dispatch:
jobs:
test:
name: Run Tests and Generate Coverage Report
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: 8
- name: Setup 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
- run: pnpm lint
- run: pnpm cov