Skip to content

Bump @rollup/plugin-terser from 0.4.4 to 1.0.0 #1013

Bump @rollup/plugin-terser from 0.4.4 to 1.0.0

Bump @rollup/plugin-terser from 0.4.4 to 1.0.0 #1013

Workflow file for this run

name: Automated tests
on: [push, pull_request]
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run tests
run: npm test