Skip to content

Bump rollup from 4.28.0 to 4.29.1 #88

Bump rollup from 4.28.0 to 4.29.1

Bump rollup from 4.28.0 to 4.29.1 #88

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