Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

improved parse axios error #2

improved parse axios error

improved parse axios error #2

Workflow file for this run

name: check
on:
push:
branches: [master]
pull_request:
branches: ['*']
jobs:
test:
runs-on: ubuntu-latest
# runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x, 20.x]
# os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
- run: yarn install --frozen-lockfile
- run: yarn audit
- run: yarn check
- run: yarn lint
# - run: yarn test