Skip to content

Bump rollup from 4.25.0 to 4.27.3 (#613) #1321

Bump rollup from 4.25.0 to 4.27.3 (#613)

Bump rollup from 4.25.0 to 4.27.3 (#613) #1321

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- '20'
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: yarn install --immutable
- run: yarn run lint
- run: yarn build