Skip to content

Bump undici from 5.22.0 to 5.26.3 #43

Bump undici from 5.22.0 to 5.26.3

Bump undici from 5.22.0 to 5.26.3 #43

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
eslint:
name: Run eslint and prettier
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install packages
run: npm ci
- name: Run linter
run: npm run lint