Skip to content

chore(deps): bump rollup from 2.79.1 to 4.2.0 #347

chore(deps): bump rollup from 2.79.1 to 4.2.0

chore(deps): bump rollup from 2.79.1 to 4.2.0 #347

Workflow file for this run

on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Test
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [^12.13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Yarn install
run: yarn install
- name: Build, lint, test and package
uses: GabrielBB/xvfb-action@v1
with:
run: node make.js allDev