Skip to content

fix: types path in package.json is incorrect #11

fix: types path in package.json is incorrect

fix: types path in package.json is incorrect #11

Workflow file for this run

name: Check types
on:
push:
branches:
- main
pull_request:
jobs:
check-types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm check:types