Skip to content

Update undici requirement from ^6.19.2 to ^6.19.7 #265

Update undici requirement from ^6.19.2 to ^6.19.7

Update undici requirement from ^6.19.2 to ^6.19.7 #265

Workflow file for this run

name: Build Code
on: [push, pull_request, workflow_call]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm i
- name: Build
run: npm run prepublishOnly