Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

upgrade axios to 1.9.0 #15

upgrade axios to 1.9.0

upgrade axios to 1.9.0 #15

Workflow file for this run

## Build and deploy
name: Build and Test
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build with yarn using Node 18
uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'yarn'
- run: yarn
- run: yarn test