Skip to content

Fix tests failures with nodejs 20 and 24 #470

Fix tests failures with nodejs 20 and 24

Fix tests failures with nodejs 20 and 24 #470

Workflow file for this run

name: pre-commit
permissions:
contents: read
on:
pull_request:
push:
branches:
- main
workflow_dispatch: {}
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1