Skip to content

chore(deps): bump word-wrap from 1.2.3 to 1.2.5 #10

chore(deps): bump word-wrap from 1.2.3 to 1.2.5

chore(deps): bump word-wrap from 1.2.3 to 1.2.5 #10

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16.13.2'
- name: Install Dependencies
run: yarn install
- name: Unit Test & Linting
run: yarn test
- name: Build
run: yarn build