Skip to content

Bump undici from 5.27.2 to 5.28.4 (#4) #21

Bump undici from 5.27.2 to 5.28.4 (#4)

Bump undici from 5.27.2 to 5.28.4 (#4) #21

Workflow file for this run

on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install
run: npm install
- name: lint
run: node_modules/.bin/eslint src
- name: confirm js artifact matches source
run: |
make dist/index.js
git diff --exit-code