Skip to content

Bump @babel/traverse from 7.20.5 to 7.23.2 #293

Bump @babel/traverse from 7.20.5 to 7.23.2

Bump @babel/traverse from 7.20.5 to 7.23.2 #293

Workflow file for this run

name: docs
on:
pull_request: ~
push:
branches:
- main
jobs:
documentation:
name: Build docs on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
cache: 'pip'
cache-dependency-path: docs/requirements.txt
- name: Build docs
run: |
cd docs && make check