Skip to content

Merge pull request #205 from yoshoku/dependabot/npm_and_yarn/node-gyp… #58

Merge pull request #205 from yoshoku/dependabot/npm_and_yarn/node-gyp…

Merge pull request #205 from yoshoku/dependabot/npm_and_yarn/node-gyp… #58

Workflow file for this run

name: tsd
on:
push:
branches:
- main
- develop
pull_request:
jobs:
tsd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node 20
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install
run: yarn install
- name: Check type definitions
run: yarn run tsd