Skip to content

chore(deps-dev): bump tsd from 0.28.1 to 0.29.0 (#75) #322

chore(deps-dev): bump tsd from 0.28.1 to 0.29.0 (#75)

chore(deps-dev): bump tsd from 0.28.1 to 0.29.0 (#75) #322

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16, 18, 20]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm i -g .
- run: fast-folder-size .
- run: npm run lint
- run: npm test