Skip to content

Bump rollup from 4.52.4 to 4.59.0 #484

Bump rollup from 4.52.4 to 4.59.0

Bump rollup from 4.52.4 to 4.59.0 #484

Workflow file for this run

name: CI
on: push
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: 'lts/*'
cache: 'pnpm'
- run: pnpm install
- run: pnpm eslint . --max-warnings 0
- run: pnpm tsc
- run: pnpm vitest