Skip to content

Merge pull request #551 from Regalijan/dependabot/npm_and_yarn/axios-… #1228

Merge pull request #551 from Regalijan/dependabot/npm_and_yarn/axios-…

Merge pull request #551 from Regalijan/dependabot/npm_and_yarn/axios-… #1228

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: [20.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