Skip to content

Merge pull request #416 from Regalijan/dependabot/npm_and_yarn/types/… #968

Merge pull request #416 from Regalijan/dependabot/npm_and_yarn/types/…

Merge pull request #416 from Regalijan/dependabot/npm_and_yarn/types/… #968

Workflow file for this run

name: TSC
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
TSC:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npx tsc
- run: node dist/ci.js