Skip to content

chore(deps): bump ua-parser-js from 0.7.21 to 0.7.38 #335

chore(deps): bump ua-parser-js from 0.7.21 to 0.7.38

chore(deps): bump ua-parser-js from 0.7.21 to 0.7.38 #335

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