Skip to content

Bump rollup from 4.24.3 to 4.28.0 #86

Bump rollup from 4.24.3 to 4.28.0

Bump rollup from 4.24.3 to 4.28.0 #86

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