Skip to content

Bump undici from 5.26.4 to 5.28.4 #143

Bump undici from 5.26.4 to 5.28.4

Bump undici from 5.26.4 to 5.28.4 #143

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm install
- run: npm test