Skip to content

Bump undici from 5.28.3 to 5.28.4 #88

Bump undici from 5.28.3 to 5.28.4

Bump undici from 5.28.3 to 5.28.4 #88

Workflow file for this run

name: Compile check
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'npm'
- name: Install Packages
run: npm install
- name: Build Botty
run: npm run compile