Skip to content

[Snyk] Security upgrade jsrsasign from 11.1.0 to 11.1.1 #87

[Snyk] Security upgrade jsrsasign from 11.1.0 to 11.1.1

[Snyk] Security upgrade jsrsasign from 11.1.0 to 11.1.1 #87

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