Skip to content

build(deps): bump terser from 4.8.0 to 4.8.1 #31

build(deps): bump terser from 4.8.0 to 4.8.1

build(deps): bump terser from 4.8.0 to 4.8.1 #31

Workflow file for this run

name: Deploy
on:
push:
branches: [ master ]
jobs:
test-and-deploy:
runs-on: ubuntu-latest
concurrency:
group: production
cancel-in-progress: true
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 16
- run: yarn install
- run: COVERAGE=true yarn test
- name: Coverage Diff
uses: greatwizard/coverage-diff-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: yarn build
- name: Deploy to Github Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist