Skip to content

Bump undici from 6.23.0 to 6.24.0 #18

Bump undici from 6.23.0 to 6.24.0

Bump undici from 6.23.0 to 6.24.0 #18

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
- name: Install dependencies
run: npm ci --legacy-peer-deps
- name: Run tests
run: npm test