Skip to content

fix: upgrade axios #368

fix: upgrade axios

fix: upgrade axios #368

Workflow file for this run

name: Test
on:
pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 22
- run: yarn install --frozen-lockfile
- run: yarn lint && yarn test