Skip to content

Install Undici http client and update workflow #1471

Install Undici http client and update workflow

Install Undici http client and update workflow #1471

Workflow file for this run

on: [push]
jobs:
lint:
runs-on: ubuntu-latest
name: Run eslint
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm install
- run: npm run lint