Skip to content

build(deps-dev): bump rollup from 2.79.1 to 2.79.2 in /client #341

build(deps-dev): bump rollup from 2.79.1 to 2.79.2 in /client

build(deps-dev): bump rollup from 2.79.1 to 2.79.2 in /client #341

Workflow file for this run

name: build status
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install
- run: npm run build
- run: npm run test