Skip to content

Bump rollup from 1.11.3 to 2.79.2 #61

Bump rollup from 1.11.3 to 2.79.2

Bump rollup from 1.11.3 to 2.79.2 #61

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Node.js v14
uses: actions/setup-node@v2
with:
node-version: '14.x'
- name: Install dependencies
uses: borales/[email protected]
with:
cmd: install
- name: Code lint
uses: borales/[email protected]
with:
cmd: lint
- name: Unit tests
uses: borales/[email protected]
with:
cmd: test
- name: Build project
uses: borales/[email protected]
with:
cmd: build