Skip to content

chore(deps): bump rollup from 4.21.3 to 4.22.4 in the npm_and_yarn group across 1 directory #37

chore(deps): bump rollup from 4.21.3 to 4.22.4 in the npm_and_yarn group across 1 directory

chore(deps): bump rollup from 4.21.3 to 4.22.4 in the npm_and_yarn group across 1 directory #37

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: npm ci
- run: npm run check
- run: npm run tsc
- run: npm run build
- run: mv dist/index.html remote-bandui.html
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: dist
path: |
remote-bandui.html
Mother Project.RPP
LICENSE