Skip to content

chore(deps): bump undici from 5.28.5 to 5.29.0 #484

chore(deps): bump undici from 5.28.5 to 5.29.0

chore(deps): bump undici from 5.28.5 to 5.29.0 #484

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.19.1
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Unit Test
run: npm run test