Skip to content

build(deps-dev): bump flatted from 3.3.3 to 3.4.2 #274

build(deps-dev): bump flatted from 3.3.3 to 3.4.2

build(deps-dev): bump flatted from 3.3.3 to 3.4.2 #274

Workflow file for this run

name: build
on: pull_request
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install Node.js
uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- name: Install dependencies
run: npm install
- name: build
run: |
npm run build