Skip to content

chore(deps): bump undici from 5.14.0 to 5.26.3 (#342) #233

chore(deps): bump undici from 5.14.0 to 5.26.3 (#342)

chore(deps): bump undici from 5.14.0 to 5.26.3 (#342) #233

Workflow file for this run

name: Test
on:
# Trigger the workflow on pull request against the main branch only
push:
branches:
- main
pull_request:
branches:
- main
jobs:
prettier-check:
name: Prettier format
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 16
- name: Install Node.js dependencies
run: yarn install
- name: Run linters
run: yarn format:check