Skip to content

Bump undici from 5.21.0 to 5.26.3 #50

Bump undici from 5.21.0 to 5.26.3

Bump undici from 5.21.0 to 5.26.3 #50

Workflow file for this run

name: format
on: push
jobs:
fmt:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install
- run: yarn check-fmt