Skip to content

build(deps-dev): bump rollup from 2.77.3 to 2.79.2 #184

build(deps-dev): bump rollup from 2.77.3 to 2.79.2

build(deps-dev): bump rollup from 2.77.3 to 2.79.2 #184

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: 'node:lts-buster'
steps:
- name: Checkouut
uses: actions/checkout@v2
- name: Install and build
run: |
npm ci
npm run build
- name: Run tests
run: npm t