Skip to content

Bump rollup from 1.32.1 to 2.79.2 #24

Bump rollup from 1.32.1 to 2.79.2

Bump rollup from 1.32.1 to 2.79.2 #24

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: Node.js v${{ matrix.nodejs }}
runs-on: ubuntu-latest
timeout-minutes: 3
strategy:
matrix:
nodejs: [6, 8, 10, 12, 14]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.nodejs }}
- run: npm install
- run: npm run build
- run: npm test