Skip to content

chore(deps): bump undici from 6.18.2 to 6.19.2 in the npm_and_yarn group #654

chore(deps): bump undici from 6.18.2 to 6.19.2 in the npm_and_yarn group

chore(deps): bump undici from 6.18.2 to 6.19.2 in the npm_and_yarn group #654

Workflow file for this run

name: Run Build
on:
- push
- workflow_dispatch
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4
- name: Install Dependencies
run: npm install
- name: Run Build
run: NEXT_TELEMETRY_DISABLED=1 npm run build