Skip to content

chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 (#39) #171

chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 (#39)

chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 (#39) #171

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18.x, 20.x, 21.x]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run test:ci