Skip to content

Bump undici from 5.28.4 to 5.28.5 #183

Bump undici from 5.28.4 to 5.28.5

Bump undici from 5.28.4 to 5.28.5 #183

Workflow file for this run

name: Test Action
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.operating-system }}
env:
GITHUB_TOKEN: ${{ github.token }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: npm install
run: npm install
- name: npm lint
run: npm run format-check
- name: npm test
run: npm test