Skip to content

chore: Update pyright dependency and use more reliable method of installing local nodejs for it #83

chore: Update pyright dependency and use more reliable method of installing local nodejs for it

chore: Update pyright dependency and use more reliable method of installing local nodejs for it #83

---
name: Pull Request Dependency Review
on:
pull_request:
branches: [main]
permissions:
contents: read
pull-requests: write
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/dependency-review-action@v4
with:
fail-on-severity: low
comment-summary-in-pr: on-failure