Skip to content

build(deps): bump undici from 5.28.4 to 5.28.5 in the npm_and_yarn group across 1 directory #11

build(deps): bump undici from 5.28.4 to 5.28.5 in the npm_and_yarn group across 1 directory

build(deps): bump undici from 5.28.4 to 5.28.5 in the npm_and_yarn group across 1 directory #11

Workflow file for this run

name: CI
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: |
yarn install --immutable
npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
./ci/lint.sh
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
typescript_version: [latest]
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: ./ci/test.sh