Skip to content

chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /apps/react-chart #77

chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /apps/react-chart

chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /apps/react-chart #77

Workflow file for this run

name: Chart Test
on: pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
env:
WORKING_DIRECTORY: ./apps/chart
steps:
- name: Checkout branch
uses: actions/checkout@v2
- name: Use Node.js 15.x
uses: actions/setup-node@v1
with:
node-version: '15.x'
- name: npm install
run: |
npm install
- name: npm install(toast.ui-chart)
working-directory: ${{ env.WORKING_DIRECTORY }}
run: |
npm install
- name: test
working-directory: ${{ env.WORKING_DIRECTORY }}
run: |
npm run test