Skip to content

upgrade iap and add log to debug axios client error #1030

upgrade iap and add log to debug axios client error

upgrade iap and add log to debug axios client error #1030

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Setup Yarn (v2 or later using Corepack)
run: |
corepack enable
corepack prepare [email protected] --activate
- uses: actions/checkout@v2
- name: Install npm dependencies
run: |
yarn