Skip to content

Bump @rollup/plugin-terser from 0.4.0 to 0.4.4 (#38) #79

Bump @rollup/plugin-terser from 0.4.0 to 0.4.4 (#38)

Bump @rollup/plugin-terser from 0.4.0 to 0.4.4 (#38) #79

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