Skip to content

Bump rollup from 4.21.3 to 4.22.4 in the npm_and_yarn group #107

Bump rollup from 4.21.3 to 4.22.4 in the npm_and_yarn group

Bump rollup from 4.21.3 to 4.22.4 in the npm_and_yarn group #107

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
if: "!startsWith(github.event.head_commit.message, 'chore')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
cache: 'npm'
- run: npm ci
- run: ./mill fullLinkJS
- run: npm run build --if-present