Skip to content

Bump rollup from 4.29.1 to 4.32.1 #92

Bump rollup from 4.29.1 to 4.32.1

Bump rollup from 4.29.1 to 4.32.1 #92

Workflow file for this run

name: test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test