Skip to content

chore(deps): bump handlebars from 4.7.6 to 4.7.8 #332

chore(deps): bump handlebars from 4.7.6 to 4.7.8

chore(deps): bump handlebars from 4.7.6 to 4.7.8 #332

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