Skip to content

build(deps-dev): bump unbuild from 2.0.0 to 3.0.1 #232

build(deps-dev): bump unbuild from 2.0.0 to 3.0.1

build(deps-dev): bump unbuild from 2.0.0 to 3.0.1 #232

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
- next
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm run build