Skip to content

Merge pull request #80 from kaleido-io/updating-deps #70

Merge pull request #80 from kaleido-io/updating-deps

Merge pull request #80 from kaleido-io/updating-deps #70

Workflow file for this run

name: Typescript
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
name: tsc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install node v16
uses: actions/setup-node@v3
with:
node-version: 16
- name: npm install
run: npm install
- name: tsc
run: npm t