Skip to content

Bump the npm_and_yarn group across 1 directory with 2 updates #72

Bump the npm_and_yarn group across 1 directory with 2 updates

Bump the npm_and_yarn group across 1 directory with 2 updates #72

name: Typescript build test
on:
pull_request:
jobs:
tsc:
name: tsc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install node v17
uses: actions/setup-node@v1
with:
node-version: 17
- name: npm install
run: npm install
- name: tsc
uses: icrawl/action-tsc@v1