Skip to content

chore(deps): bump axios from 1.6.8 to 1.7.4 in /src #3

chore(deps): bump axios from 1.6.8 to 1.7.4 in /src

chore(deps): bump axios from 1.6.8 to 1.7.4 in /src #3

Workflow file for this run

name: Unit Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
unit-test:
runs-on: ubuntu-22.04
name: Unit Test
strategy:
matrix:
node-version: [20.x]
env:
NODE_OPTIONS: --max-old-space-size=6144
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- run: sudo corepack enable
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: cd src && yarn
- run: cd src && yarn test