Skip to content

Bump @types/node from 20.10.0 to 20.10.3 #187

Bump @types/node from 20.10.0 to 20.10.3

Bump @types/node from 20.10.0 to 20.10.3 #187

Workflow file for this run

name: Python
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test-py:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Test
run: cd py && make test