Skip to content

chore(deps): bump undici from 5.27.2 to 5.28.3 #37

chore(deps): bump undici from 5.27.2 to 5.28.3

chore(deps): bump undici from 5.27.2 to 5.28.3 #37

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: yarn install
- name: Check lib
run: |
make
git diff --exit-code