Skip to content

fix(deps): replace dependency rollup-plugin-terser with @rollup/plugin-terser ^0.1.0 #106

fix(deps): replace dependency rollup-plugin-terser with @rollup/plugin-terser ^0.1.0

fix(deps): replace dependency rollup-plugin-terser with @rollup/plugin-terser ^0.1.0 #106

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
registry-url: "https://registry.npmjs.org"
- run: yarn install
- run: yarn test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
SLACK_INCOMING_HOOK: ${{ secrets.SLACK_INCOMING_HOOK }}