Skip to content

Bump undici from 5.28.3 to 5.28.4 #512

Bump undici from 5.28.3 to 5.28.4

Bump undici from 5.28.3 to 5.28.4 #512

Workflow file for this run

name: CI
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run Linter
run: |
npm ci
npm run lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run Tests
run: |
npm ci
npm run test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build Source Code
run: |
npm ci
npm run build