Skip to content

Bump rollup from 3.10.1 to 4.22.5 #67

Bump rollup from 3.10.1 to 4.22.5

Bump rollup from 3.10.1 to 4.22.5 #67

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
- run: |
npm ci
npm run lint
npm run build
xvfb-run --auto-servernum npm test