Skip to content

Bump undici from 5.19.1 to 5.26.2 #91

Bump undici from 5.19.1 to 5.26.2

Bump undici from 5.19.1 to 5.26.2 #91

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Run npm ci
run: npm ci
- name: Run test
run: npm run build && npm test