Skip to content

chore(deps): bump word-wrap from 1.2.3 to 1.2.4 #173

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

chore(deps): bump word-wrap from 1.2.3 to 1.2.4 #173

Workflow file for this run

name: Test
on:
pull_request:
branches:
- "master"
- "chore/*"
- "build/*"
- "fix/*"
- "feat/*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
cache: "yarn"
cache-dependency-path: yarn.lock
- name: install dependencies
run: yarn
- name: build
run: yarn build
- name: test
run: yarn test