Skip to content

Bump axios from 1.4.0 to 1.7.7 #638

Bump axios from 1.4.0 to 1.7.7

Bump axios from 1.4.0 to 1.7.7 #638

Workflow file for this run

name: Check Types
on:
pull_request:
push:
jobs:
check_types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
- name: Install dependencies
run: npm ci
- name: Check types
run: tsc -p tsconfig.json