Skip to content

[Snyk] Security upgrade axios from 1.8.3 to 1.12.0 #81

[Snyk] Security upgrade axios from 1.8.3 to 1.12.0

[Snyk] Security upgrade axios from 1.8.3 to 1.12.0 #81

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