Skip to content

chore(deps): bump url-parse from 1.4.7 to 1.5.10 #333

chore(deps): bump url-parse from 1.4.7 to 1.5.10

chore(deps): bump url-parse from 1.4.7 to 1.5.10 #333

Workflow file for this run

name: Build Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
building:
name: building
runs-on: ubuntu-latest
steps:
- name: switch to target branch
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: install dependencies then build
run: yarn install && yarn build