Skip to content

update typescript and deal with stricter iterator checks #393

update typescript and deal with stricter iterator checks

update typescript and deal with stricter iterator checks #393

Workflow file for this run

name: CodeQL
on: [push, pull_request]
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v3
with:
languages: javascript
- uses: github/codeql-action/analyze@v3