Skip to content

fix(deps): update dependency axios to v1.6.2 #60

fix(deps): update dependency axios to v1.6.2

fix(deps): update dependency axios to v1.6.2 #60

Workflow file for this run

name: Test
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
name: Tests
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Build & Lint
run: |
npm ci
npm run build
npm run lint