Skip to content

chore(deps-dev): bump undici from 5.28.2 to 5.28.4 #134

chore(deps-dev): bump undici from 5.28.2 to 5.28.4

chore(deps-dev): bump undici from 5.28.2 to 5.28.4 #134

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node:
- "16"
- "18"
- "20"
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npx c8 --reporter lcovonly npm test
- uses: codecov/codecov-action@v3