Skip to content

Bump rollup from 2.38.1 to 2.79.2 #31

Bump rollup from 2.38.1 to 2.79.2

Bump rollup from 2.38.1 to 2.79.2 #31

Workflow file for this run

name: main
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12
- name: npm install, build, and test
run: |
npm ci
npm run build --if-present
npm test