Skip to content

Bump @rollup/plugin-commonjs from 29.0.0 to 29.0.2 (#48) #123

Bump @rollup/plugin-commonjs from 29.0.0 to 29.0.2 (#48)

Bump @rollup/plugin-commonjs from 29.0.0 to 29.0.2 (#48) #123

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
merge_group:
workflow_dispatch:
jobs:
run:
name: Run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
submodules: recursive
- uses: actions/setup-node@v6
with:
node-version: 'lts/*'
cache: npm
- run: npm ci
- run: npm run lint