Skip to content

build: update dependency rollup {4.27.3 => 4.27.4} #398

build: update dependency rollup {4.27.3 => 4.27.4}

build: update dependency rollup {4.27.3 => 4.27.4} #398

Workflow file for this run

name: CI
on:
- pull_request
- push
- workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: "package.json"
- run: yarn install
- run: yarn generate