Skip to content

Bump rollup from 1.32.1 to 3.29.5 #23

Bump rollup from 1.32.1 to 3.29.5

Bump rollup from 1.32.1 to 3.29.5 #23

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