Skip to content

Bump rollup from 4.19.0 to 4.22.4 #526

Bump rollup from 4.19.0 to 4.22.4

Bump rollup from 4.19.0 to 4.22.4 #526

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: corepack enable && corepack install && corepack prepare --activate
- run: pnpm i --frozen-lockfile
- run: pnpm pipeline