Skip to content

Bump rollup-plugin-istanbul from 4.0.0 to 5.0.0 #50

Bump rollup-plugin-istanbul from 4.0.0 to 5.0.0

Bump rollup-plugin-istanbul from 4.0.0 to 5.0.0 #50

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@v3
with:
cache: npm
- run: |
npm ci
npm run lint
npm run build
xvfb-run --auto-servernum npm test