Skip to content

build(deps-dev): bump @rollup/plugin-commonjs from 28.0.9 to 29.0.0 #1229

build(deps-dev): bump @rollup/plugin-commonjs from 28.0.9 to 29.0.0

build(deps-dev): bump @rollup/plugin-commonjs from 28.0.9 to 29.0.0 #1229

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Use Node.js
uses: actions/setup-node@v6
with:
cache: npm
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci --prefer-offline
- name: Run ESLint
run: npm run lint
- name: Type check
run: npm run lint:tsc