Skip to content

chore: Bump undici from 5.28.4 to 5.28.5 in the security-updates group #115

chore: Bump undici from 5.28.4 to 5.28.5 in the security-updates group

chore: Bump undici from 5.28.4 to 5.28.5 in the security-updates group #115

Workflow file for this run

name: Build & Test
on:
pull_request:
push:
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: "npm"
- name: Install dependencies
run: npm install
- name: Run all checks
run: npm run all