Skip to content

Bump undici from 5.22.1 to 5.26.3 (#402) #530

Bump undici from 5.22.1 to 5.26.3 (#402)

Bump undici from 5.22.1 to 5.26.3 (#402) #530

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: yarn
- run: corepack enable
- run: corepack prepare
- run: yarn install
# make sure types are generated before linting
- run: yarn astro sync
- run: yarn lint
- run: yarn build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}