Skip to content

Bump undici from 5.22.0 to 5.26.3 #361

Bump undici from 5.22.0 to 5.26.3

Bump undici from 5.22.0 to 5.26.3 #361

name: Pull Request CI
on:
pull_request:
branches:
- main
jobs:
lint:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm ci
- name: Run linters
run: npm run lint
astro-check:
name: Astro check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm ci
- name: Astro check
run: npm run astro-check