Skip to content

Bump undici from 5.21.0 to 5.27.2 #298

Bump undici from 5.21.0 to 5.27.2

Bump undici from 5.21.0 to 5.27.2 #298

Workflow file for this run

name: Build And Test All Packages
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18.x'
- name: Install packages
run: yarn install
- name: lint
run: yarn lint
- name: build
run: |
yarn build
yarn generate-bytecode