Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Bump axios from 1.6.0 to 1.7.4 #106

Bump axios from 1.6.0 to 1.7.4

Bump axios from 1.6.0 to 1.7.4 #106

Workflow file for this run

---
name: Build
# yamllint disable-line rule:truthy
on:
push:
paths-ignore:
- '**.md'
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run build
- run: npm test