Skip to content

chore(deps): bump undici from 5.28.4 to 5.28.5 (#33) #52

chore(deps): bump undici from 5.28.4 to 5.28.5 (#33)

chore(deps): bump undici from 5.28.4 to 5.28.5 (#33) #52

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: npm i
- name: Check lib
run: |
make
git diff --exit-code
- run: npm test