Skip to content

Bump rollup from 0.52.1 to 2.79.2 #34

Bump rollup from 0.52.1 to 2.79.2

Bump rollup from 0.52.1 to 2.79.2 #34

Workflow file for this run

name: CI
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 12
- name: Install
run: yarn install
- name: Run Lint
run: yarn lint:ci
- name: Run Tests
run: yarn test:ci