Skip to content

build(deps): bump lxml from 6.0.2 to 6.1.0 #214

build(deps): bump lxml from 6.0.2 to 6.1.0

build(deps): bump lxml from 6.0.2 to 6.1.0 #214

Workflow file for this run

name: ci
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
steps:
# python
- uses: actions/checkout@v3
- name: install python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
# uv
- uses: astral-sh/setup-uv@v1
with:
version: latest
# node
- name: install node
uses: actions/setup-node@v6
with:
node-version: 24
# pnpm
- name: install pnpm
uses: pnpm/action-setup@v5
with:
version: latest
# run tests
- name: run tests
run: make