Skip to content

Bump undici from 6.15.0 to 6.16.1 in the non-breaking-changes group #701

Bump undici from 6.15.0 to 6.16.1 in the non-breaking-changes group

Bump undici from 6.15.0 to 6.16.1 in the non-breaking-changes group #701

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.JS
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: npm
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test